yosys/tests/arch/gowin/init-error.ys

6 lines
168 B
Plaintext
Raw Normal View History

2020-07-03 00:23:18 +02:00
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