[Script] Patch yosys script with dff tech map

This commit is contained in:
tangxifan 2021-04-16 20:47:18 -06:00
parent 2666726f36
commit 1c2f91b7e6
1 changed files with 3 additions and 0 deletions

View File

@ -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