mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 08:23:19 +00:00
sf2: Use dfflegalize.
This commit is contained in:
parent
f313211c32
commit
edbaf2fdf6
2 changed files with 13 additions and 44 deletions
|
@ -187,6 +187,7 @@ struct SynthSf2Pass : public ScriptPass
|
|||
|
||||
if (check_label("map_ffs"))
|
||||
{
|
||||
run("dfflegalize -cell $_DFFE_PN?P_ x -cell $_SDFFCE_PN?P_ x -cell $_DLATCH_PN?_ x");
|
||||
run("techmap -D NO_LUT -map +/sf2/cells_map.v");
|
||||
run("opt_expr -mux_undef");
|
||||
run("simplemap");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue