3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00
yosys/tests/arch/gowin/init-error.ys
Marcelina Kościelnicka c73ebeb90e gowin: Use dfflegalize.
2020-07-06 12:27:46 +02:00

6 lines
168 B
Plaintext

read_verilog init.v
chparam -set INIT 0 myDFF*P*
hierarchy -top myDFFP
logger -expect error "unsupported initial value and async reset value combination" 1
synth_gowin