[Cryptech-Commits] [user/js/test/novena_eim_base] 01/01: Removed the ddr3 clock macro since we don't need it.

git at cryptech.is git at cryptech.is
Wed Jan 21 10:27:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository user/js/test/novena_eim_base.

commit 719bac1e997e5baa9aadbf6a263630df43edfca0
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Wed Jan 21 11:27:42 2015 +0100

    Removed the ddr3 clock macro since we don't need it.
---
 src/rtl/novena_fpga.v | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/rtl/novena_fpga.v b/src/rtl/novena_fpga.v
index f6482b4..3d8480e 100755
--- a/src/rtl/novena_fpga.v
+++ b/src/rtl/novena_fpga.v
@@ -540,7 +540,7 @@ module novena_fpga(
    //////////////
    /// "heartbeat" counter
    //////////////
-   always @(posedge clk50) begin
+   always @(posedge clk) begin
       counter <= counter + 1;
    end
 
@@ -602,15 +602,6 @@ module novena_fpga(
 
    wire c1_clk0, c1_rst0;
 
-   ddr3_clkgen ddr3_clkgen (
-			    .clk50in(clk),
-			    .clk50(clk50),
-			    .clk400(ddr3clk),
-			    .clk100(clk100),
-			    .RESET(reset),
-			    .LOCKED(ddr3_dll_locked)
-			    );
-
 endmodule
 
 //======================================================================



More information about the Commits mailing list