3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 04:31:25 +00:00

synth_gatemate: Registers are uninitialized

This commit is contained in:
Patrick Urban 2021-09-24 21:52:09 +02:00 committed by Marcelina Kościelnicka
parent acb993b27b
commit 6825de6343
2 changed files with 3 additions and 3 deletions

View file

@ -305,7 +305,7 @@ struct SynthGateMatePass : public ScriptPass
if (check_label("map_regs"))
{
run("opt_clean");
run("dfflegalize -cell $_DFFE_????_ 0 -cell $_DLATCH_???_ 0");
run("dfflegalize -cell $_DFFE_????_ x -cell $_DLATCH_???_ x");
run("techmap -map +/gatemate/reg_map.v");
run("opt_expr -mux_undef");
run("simplemap");