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

6 lines
168 B
Plaintext
Raw Normal View History

2020-07-02 17:23:18 -05: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