aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_sha512_core.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/tb/tb_sha512_core.v')
-rw-r--r--src/tb/tb_sha512_core.v34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/tb/tb_sha512_core.v b/src/tb/tb_sha512_core.v
index 0a56b6f..e2b8a21 100644
--- a/src/tb/tb_sha512_core.v
+++ b/src/tb/tb_sha512_core.v
@@ -86,7 +86,7 @@ module tb_sha512_core();
.next(tb_next),
.mode(tb_mode),
- .work_factor(1'b0),
+ .work_factor(1'h0),
.work_factor_num(32'h0),
.block(tb_block),
@@ -94,22 +94,22 @@ module tb_sha512_core();
.ready(tb_ready),
.state_wr_data(32'h0),
- .state00_we(1'b0),
- .state01_we(1'b0),
- .state02_we(1'b0),
- .state03_we(1'b0),
- .state04_we(1'b0),
- .state05_we(1'b0),
- .state06_we(1'b0),
- .state07_we(1'b0),
- .state08_we(1'b0),
- .state09_we(1'b0),
- .state10_we(1'b0),
- .state11_we(1'b0),
- .state12_we(1'b0),
- .state13_we(1'b0),
- .state14_we(1'b0),
- .state15_we(1'b0),
+ .state00_we(1'h0),
+ .state01_we(1'h0),
+ .state02_we(1'h0),
+ .state03_we(1'h0),
+ .state04_we(1'h0),
+ .state05_we(1'h0),
+ .state06_we(1'h0),
+ .state07_we(1'h0),
+ .state08_we(1'h0),
+ .state09_we(1'h0),
+ .state10_we(1'h0),
+ .state11_we(1'h0),
+ .state12_we(1'h0),
+ .state13_we(1'h0),
+ .state14_we(1'h0),
+ .state15_we(1'h0),
.digest(tb_digest),
.digest_valid(tb_digest_valid)