[Cryptech-Commits] [user/js/test/novena_eim_base] 01/01: Simplified, fixed the tie down.
git at cryptech.is
git at cryptech.is
Wed Jan 21 13:20:28 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 07c1f2bd2c6c834b441db397f02ef309f760be3b
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Wed Jan 21 14:20:23 2015 +0100
Simplified, fixed the tie down.
---
src/rtl/novena_fpga.v | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/rtl/novena_fpga.v b/src/rtl/novena_fpga.v
index 1f3b9a1..90379d1 100644
--- a/src/rtl/novena_fpga.v
+++ b/src/rtl/novena_fpga.v
@@ -47,8 +47,10 @@ module novena_fpga(
output wire FPGA_LED2,
output wire F_LVDS_P15,
+
output wire F_LVDS_N7,
output wire F_LVDS_P7,
+
output wire ECSPI3_MISO,
output wire APOPTOSIS
);
@@ -82,10 +84,12 @@ module novena_fpga(
// SPI interface outputs. We drive them low for now.
assign ECSPI3_MISO = 1'b0;
+
assign F_LVDS_P15 = 1'b0;
+
// drives so when low -- set to 1 for bypass mode
- assign F_LVDS_N7 = !emulate_r;
// drives cs when low
+ assign F_LVDS_N7 = 1'b1;
assign F_LVDS_P7 = 1'b0;
More information about the Commits
mailing list