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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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