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:
parent
fdbcf78909
commit
fc001b4731
6 changed files with 202 additions and 44 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue