[Cryptech-Commits] [user/js/test/novena_eim_base] 02/02: Temporary assignment of EIM_DA to silence ISE.

git at cryptech.is git at cryptech.is
Thu Jan 22 20:10:07 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 bea1ebe4ad2f3c6442df7819a4a12780bdebd465
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Thu Jan 22 21:09:59 2015 +0100

    Temporary assignment of EIM_DA to silence ISE.
---
 src/rtl/novena_fpga.v | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/rtl/novena_fpga.v b/src/rtl/novena_fpga.v
index 7a5c897..51f1f94 100644
--- a/src/rtl/novena_fpga.v
+++ b/src/rtl/novena_fpga.v
@@ -104,6 +104,8 @@ module novena_fpga(
 
   assign eim_read_data = 16'h00;
 
+  assign EIM_DA = 16'h0000;
+
 
   //----------------------------------------------------------------
   // core instantiation.



More information about the Commits mailing list