3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-04 17:17:43 +00:00

Allow initial blocks to be disabled during tests

Wrap initial blocks with a NO_INIT so that tests for archs without register initialization feature don't fail.
This commit is contained in:
Patrick Urban 2021-09-24 21:50:26 +02:00 committed by Marcelina Kościelnicka
parent 0a72952d5f
commit acb993b27b
6 changed files with 20 additions and 4 deletions

View file

@ -1,4 +1,4 @@
read_verilog ../common/adffs.v
read_verilog -D NO_INIT ../common/adffs.v
design -save read
hierarchy -top adff

View file

@ -1,4 +1,4 @@
read_verilog ../common/dffs.v
read_verilog -D NO_INIT ../common/dffs.v
design -save read
hierarchy -top dff

View file

@ -1,4 +1,4 @@
read_verilog ../common/shifter.v
read_verilog -D NO_INIT ../common/shifter.v
hierarchy -top top
proc
flatten