[Cryptech-Commits] [user/js/test/novena_eim_base] 04/04: Change name in footer etc.
git at cryptech.is
git at cryptech.is
Wed Jan 21 12:28:42 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 0e255880a9b19322ae643e323215f56c8a8b9429
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Wed Jan 21 13:28:32 2015 +0100
Change name in footer etc.
---
src/rtl/novena_fpga_clocks.v | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/rtl/novena_fpga_clocks.v b/src/rtl/novena_fpga_clocks.v
index 2210476..bdb6bcd 100644
--- a/src/rtl/novena_fpga_clocks.v
+++ b/src/rtl/novena_fpga_clocks.v
@@ -102,14 +102,14 @@ module novena_fpga_clocks(
//----------------------------------------------------------------
// 50 MHz general clock. Always available.
+ //
+ // Should be DLL locked also.
//----------------------------------------------------------------
- //////////////
// IOBUFs as required by design
- //////////////
IBUFGDS clkibufgds(.I(CLK2_P), .IB(CLK2_N), .O(clk50));
-endmodule // novena_fpga_eim
+endmodule // novena_fpga_clocks
//======================================================================
-// EOF novena_fpga_eim.v
+// EOF novena_fpga_clocks.v
//======================================================================
More information about the Commits
mailing list