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:
parent
acb993b27b
commit
6825de6343
2 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue