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:
parent
ee8c9e854f
commit
549b8e74b2
3 changed files with 199 additions and 4 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue