[Cryptech-Commits] [test/novena_trng] 01/01: Fixes for syntax errors found during synthesis.
git at cryptech.is
git at cryptech.is
Thu Dec 4 10:13:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository test/novena_trng.
commit 432abac3ff58d7dd376aefea1b0dc52d3d921d9c
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Thu Dec 4 11:12:57 2014 +0100
Fixes for syntax errors found during synthesis.
---
src/rtl/coretest_trng.v | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/src/rtl/coretest_trng.v b/src/rtl/coretest_trng.v
index f422008..826506f 100644
--- a/src/rtl/coretest_trng.v
+++ b/src/rtl/coretest_trng.v
@@ -89,7 +89,7 @@ module coretest_trng(
wire [7 : 0] i2c_debug;
// trng connections.
- wire trng_noise
+ wire trng_noise;
reg trng_cs;
reg trng_we;
reg [7 : 0] trng_address;
@@ -216,18 +216,6 @@ module coretest_trng(
coretest_error = i2c_error;
end
-
- AVALANCHE_ADDR_PREFIX:
- begin
- avalanche_cs = coretest_cs;
- avalanche_we = coretest_we;
- avalanche_address = coretest_address[7 : 0];
- avalanche_write_data = coretest_write_data;
- coretest_read_data = avalanche_read_data;
- coretest_error = avalanche_error;
- end
-
-
TRNG_ADDR_PREFIX:
begin
trng_cs = coretest_cs;
More information about the Commits
mailing list