1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-03 04:38:05 +00:00

Update generic synth script for dfflegalize changes

This commit is contained in:
Pepijn de Vos
2020-09-18 15:39:24 +02:00
committed by GitHub
parent 8f96417bcf
commit 26dfe6f23d

View File

@@ -14,6 +14,7 @@ yosys memory_map
yosys opt -full
yosys techmap -map +/techmap.v
yosys opt -fast
yosys dfflegalize -cell \$_DFF_P_ 0
yosys abc -lut $LUT_K -dress
yosys clean
yosys techmap -D LUT_K=$LUT_K -map [file dirname [file normalize $argv0]]/cells_map.v