mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-25 04:26:01 +00:00
gatemate: Enable register initialization
This commit is contained in:
parent
1c667fab2b
commit
2c7ba0e752
3 changed files with 16 additions and 8 deletions
|
@ -283,7 +283,7 @@ struct SynthGateMatePass : public ScriptPass
|
|||
if (check_label("map_regs"))
|
||||
{
|
||||
run("opt_clean");
|
||||
run("dfflegalize -cell $_DFFE_????_ x -cell $_DLATCH_???_ x");
|
||||
run("dfflegalize -cell $_DFFE_????_ 01 -cell $_DLATCH_???_ 01");
|
||||
run("techmap -map +/gatemate/reg_map.v");
|
||||
run("opt_expr -mux_undef");
|
||||
run("simplemap");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue