3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 08:23:19 +00:00

ecp5: Support for flipflop initialisation

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2018-11-30 19:29:03 +00:00
parent ee8c9e854f
commit 549b8e74b2
3 changed files with 199 additions and 4 deletions

View file

@ -255,10 +255,7 @@ struct SynthEcp5Pass : public ScriptPass
run("techmap -D NO_LUT -map +/ecp5/cells_map.v");
run("opt_expr -mux_undef");
run("simplemap");
// TODO
#if 0
run("ecp5_ffinit");
#endif
}
if (check_label("map_luts"))