mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
ecp5_gsr -> lattice_gsr, change opt_lut_ins to accept lattice as tech
This commit is contained in:
parent
4a475fa7a2
commit
a8809989c4
6 changed files with 17 additions and 16 deletions
|
@ -239,7 +239,7 @@ struct SynthMachXO2Pass : public ScriptPass
|
|||
run("techmap -D NO_LUT -map +/machxo2/cells_map.v");
|
||||
run("opt_expr -undriven -mux_undef");
|
||||
run("simplemap");
|
||||
run("ecp5_gsr");
|
||||
run("lattice_gsr");
|
||||
run("attrmvcp -copy -attr syn_useioff");
|
||||
run("opt_clean");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue