3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-14 23:05:28 +00:00

ecp5: Add GSR support

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-08-27 13:07:06 +01:00
parent fdbcf78909
commit fc001b4731
6 changed files with 202 additions and 44 deletions

View file

@ -271,6 +271,8 @@ struct SynthEcp5Pass : public ScriptPass
run("opt_expr -undriven -mux_undef");
run("simplemap");
run("ecp5_ffinit");
run("ecp5_gsr");
run("opt_clean");
}
if (check_label("map_luts"))