mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
efinix: Use dfflegalize.
This commit is contained in:
parent
c73ebeb90e
commit
d5e5d96527
2 changed files with 53 additions and 15 deletions
|
@ -182,8 +182,8 @@ struct SynthEfinixPass : public ScriptPass
|
|||
|
||||
if (check_label("map_ffs"))
|
||||
{
|
||||
run("dfflegalize -cell $_DFFE_????_ 0 -cell $_SDFFE_????_ 0 -cell $_SDFFCE_????_ 0 -cell $_DLATCH_?_ x");
|
||||
run("techmap -D NO_LUT -map +/efinix/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