mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-08 04:41:06 +02:00
6 lines
168 B
Plaintext
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
|