3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

gowin: Use dfflegalize.

This commit is contained in:
Marcelina Kościelnicka 2020-07-03 00:23:18 +02:00
parent 09ecb9b2cf
commit c73ebeb90e
4 changed files with 49 additions and 158 deletions

View file

@ -0,0 +1,5 @@
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