[Cryptech-Commits] [staging/core/comm/coretest] 10/10: Rearrange cores.
git at cryptech.is
git at cryptech.is
Tue Mar 17 13:10:53 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 staging/core/comm/coretest.
commit 385984875e96f79637d8b6a5de1225536acd94a1
Author: Paul Selkirk <pselkirk at isc.org>
Date: Tue Mar 17 13:48:08 2015 +0100
Rearrange cores.
---
src/rtl/coretest.v | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/rtl/coretest.v b/src/rtl/coretest.v
index 1886cd4..918312d 100644
--- a/src/rtl/coretest.v
+++ b/src/rtl/coretest.v
@@ -113,7 +113,8 @@ module coretest(
parameter TEST_RST_END = 8'h32;
parameter TEST_RD_START = 8'h50;
parameter TEST_RD_WAIT = 8'h51;
- parameter TEST_RD_END = 8'h52;
+ parameter TEST_RD_WAIT2 = 8'h52;
+ parameter TEST_RD_END = 8'h53;
parameter TEST_WR_START = 8'h60;
parameter TEST_WR_WAIT = 8'h61;
parameter TEST_WR_END = 8'h62;
@@ -1080,6 +1081,13 @@ 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