mirror of
https://github.com/YosysHQ/sby.git
synced 2026-02-22 11:17:43 +00:00
Widen signal
This commit is contained in:
parent
878395af2e
commit
81a0af362a
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ module DUT (
|
|||
|
||||
// Deterministic initial state
|
||||
initial begin
|
||||
reqs_seen = 2'b0;
|
||||
acks_seen = 2'b0;
|
||||
reqs_seen = 32'b0;
|
||||
acks_seen = 32'b0;
|
||||
cycle_count = 32'b0;
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue