mirror of
https://github.com/YosysHQ/sby.git
synced 2026-02-22 03:07:38 +00:00
Fix bitwidths
This commit is contained in:
parent
fcba8d3780
commit
5e6e984a67
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ module DUT (
|
|||
|
||||
`ifdef FORMAL
|
||||
|
||||
logic [1:0] reqs_seen;
|
||||
logic [1:0] acks_seen;
|
||||
logic [31:0] reqs_seen;
|
||||
logic [31:0] acks_seen;
|
||||
logic [31:0] cycle_count;
|
||||
|
||||
// Deterministic initial state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue