[Cryptech-Commits] [user/js/test/novena_eim_base] 02/02: Fixed instance name

git at cryptech.is git at cryptech.is
Wed Jan 21 13:33:41 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 76abe470e763e7ac45b085df650d2b49e866a742
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Wed Jan 21 14:33:35 2015 +0100

    Fixed instance name
---
 src/rtl/novena_fpga_clocks.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rtl/novena_fpga_clocks.v b/src/rtl/novena_fpga_clocks.v
index c6ae415..8d71eae 100644
--- a/src/rtl/novena_fpga_clocks.v
+++ b/src/rtl/novena_fpga_clocks.v
@@ -56,7 +56,7 @@ module novena_fpga_clocks(
   //
   // Active low reset.
   //----------------------------------------------------------------
-  sync_reset master_res_sync(.glbl_reset(!RESETBMCU), .clk(clk), .reset(reset));
+  sync_reset sync_reset_inst(.glbl_reset(!RESETBMCU), .clk(clk), .reset(reset));
 
 
   //----------------------------------------------------------------



More information about the Commits mailing list