3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 08:23:19 +00:00

sf2: Use dfflegalize.

This commit is contained in:
Marcelina Kościelnicka 2020-07-02 18:22:29 +02:00
parent f313211c32
commit edbaf2fdf6
2 changed files with 13 additions and 44 deletions

View file

@ -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");