mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add handling of init attributes in "opt_expr -undriven"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
754b1ee4b3
commit
9d117eba9d
2 changed files with 42 additions and 3 deletions
|
@ -253,7 +253,7 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
if (!nodffe)
|
||||
run("dff2dffe -direct-match $_DFF_* -direct-match $__DFFS_*");
|
||||
run("techmap -D NO_LUT -map +/ecp5/cells_map.v");
|
||||
run("opt_expr -mux_undef");
|
||||
run("opt_expr -undriven -mux_undef");
|
||||
run("simplemap");
|
||||
run("ecp5_ffinit");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue