[Cryptech-Commits] [core/comm/coretest] 01/01: Revert previous commit - don't delay reads for the sake of EIM.
git at cryptech.is
git at cryptech.is
Tue Mar 31 20:23:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/comm/coretest.
commit a9dd6632bd40bd8b0f1eafd7d815c29c720e786c
Author: Paul Selkirk <paul at psgd.org>
Date: Tue Mar 31 16:22:47 2015 -0400
Revert previous commit - don't delay reads for the sake of EIM.
---
src/rtl/coretest.v | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/src/rtl/coretest.v b/src/rtl/coretest.v
index 918312d..1886cd4 100644
--- a/src/rtl/coretest.v
+++ b/src/rtl/coretest.v
@@ -113,8 +113,7 @@ module coretest(
parameter TEST_RST_END = 8'h32;
parameter TEST_RD_START = 8'h50;
parameter TEST_RD_WAIT = 8'h51;
- parameter TEST_RD_WAIT2 = 8'h52;
- parameter TEST_RD_END = 8'h53;
+ parameter TEST_RD_END = 8'h52;
parameter TEST_WR_START = 8'h60;
parameter TEST_WR_WAIT = 8'h61;
parameter TEST_WR_END = 8'h62;
@@ -1081,13 +1080,6 @@ module coretest(
TEST_RD_WAIT:
begin
- test_engine_new = TEST_RD_WAIT2;
- test_engine_we = 1;
- end
-
-
- TEST_RD_WAIT2:
- begin
sample_core_output = 1;
test_engine_new = TEST_RD_END;
test_engine_we = 1;
More information about the Commits
mailing list