mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-23 04:38:55 +00:00
anlogic: Use dfflegalize.
This commit is contained in:
parent
3d8d98d709
commit
3050454d6e
4 changed files with 49 additions and 62 deletions
|
@ -182,8 +182,8 @@ struct SynthAnlogicPass : public ScriptPass
|
|||
|
||||
if (check_label("map_ffs"))
|
||||
{
|
||||
run("dfflegalize -cell $_DFFE_P??P_ r -cell $_SDFFE_P??P_ r -cell $_DLATCH_N??_ r");
|
||||
run("techmap -D NO_LUT -map +/anlogic/cells_map.v");
|
||||
run("dffinit -strinit SET RESET -ff AL_MAP_SEQ q REGSET -noreinit");
|
||||
run("opt_expr -mux_undef");
|
||||
run("simplemap");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue