-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bench: c4 initialize vars to zero in order to get same behavior in Ve…
…rilator and iVerilog
- Loading branch information
Showing
3 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# read_sources | ||
read_verilog axis_async_fifo.v | ||
read_verilog axis_fifo_wrapper.v | ||
read_verilog axis_register.v | ||
|
||
hierarchy -top axis_fifo_wrapper | ||
|
||
# minimal btor | ||
proc -noopt | ||
|
||
# extra | ||
opt | ||
|
||
async2sync | ||
flatten | ||
dffunmap | ||
|
||
|
||
write_btor -x axis_async_fifo_wrapper.btor |