diff options
author | David Shah <dave@ds0.me> | 2018-11-30 19:29:03 +0000 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-01-22 16:02:56 +0000 |
commit | 549b8e74b2cef41a23e609bdb65c5b04b3141a61 (patch) | |
tree | 176f1964916c5c05580642f401689ab83946cbe5 /techlibs/ecp5/synth_ecp5.cc | |
parent | ee8c9e854f0b5f6500d030d4c700b29f042fb57f (diff) | |
download | yosys-549b8e74b2cef41a23e609bdb65c5b04b3141a61.tar.gz yosys-549b8e74b2cef41a23e609bdb65c5b04b3141a61.tar.bz2 yosys-549b8e74b2cef41a23e609bdb65c5b04b3141a61.zip |
ecp5: Support for flipflop initialisation
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r-- | techlibs/ecp5/synth_ecp5.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc index 2e9176a84..835f10d8c 100644 --- a/techlibs/ecp5/synth_ecp5.cc +++ b/techlibs/ecp5/synth_ecp5.cc @@ -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")) |