Update generic synth script for dfflegalize changes
This commit is contained in:
parent
8f96417bcf
commit
26dfe6f23d
@ -14,6 +14,7 @@ yosys memory_map
|
|||||||
yosys opt -full
|
yosys opt -full
|
||||||
yosys techmap -map +/techmap.v
|
yosys techmap -map +/techmap.v
|
||||||
yosys opt -fast
|
yosys opt -fast
|
||||||
|
yosys dfflegalize -cell \$_DFF_P_ 0
|
||||||
yosys abc -lut $LUT_K -dress
|
yosys abc -lut $LUT_K -dress
|
||||||
yosys clean
|
yosys clean
|
||||||
yosys techmap -D LUT_K=$LUT_K -map [file dirname [file normalize $argv0]]/cells_map.v
|
yosys techmap -D LUT_K=$LUT_K -map [file dirname [file normalize $argv0]]/cells_map.v
|
||||||
|
Loading…
Reference in New Issue
Block a user