[Script] Patch yosys script with dff tech map
This commit is contained in:
parent
2666726f36
commit
1c2f91b7e6
|
@ -16,6 +16,9 @@ clean
|
|||
# LUT mapping
|
||||
abc -lut ${LUT_SIZE}
|
||||
|
||||
# FF mapping
|
||||
techmap -D NO_LUT -map ${YOSYS_DFF_MAP_VERILOG}
|
||||
|
||||
# Check
|
||||
synth -run check
|
||||
|
||||
|
|
Loading…
Reference in New Issue