mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
Merge pull request #966 from YosysHQ/clifford/fix956
Drive dangling wires with init attr with their init value
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user