diff options
author | David Shah <dave@ds0.me> | 2019-10-14 14:05:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 14:05:54 +0100 |
commit | e909f29ca32f29352b8e05518bca1d181808e524 (patch) | |
tree | a0c3c105c265ac6c21fd28c3035eb50d6f8d23bf /techlibs/ecp5/synth_ecp5.cc | |
parent | 3c6a566d865e3d70f8793225a6d211ce3d6246a1 (diff) | |
parent | e1d4e683b42bb1b75acb4054a94610cdc9fec0e7 (diff) | |
download | yosys-e909f29ca32f29352b8e05518bca1d181808e524.tar.gz yosys-e909f29ca32f29352b8e05518bca1d181808e524.tar.bz2 yosys-e909f29ca32f29352b8e05518bca1d181808e524.zip |
Merge pull request #1446 from YosysHQ/dave/ecp5-ioff
ecp5: Use IOLOGIC flipflops
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r-- | techlibs/ecp5/synth_ecp5.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc index 80aa1dbc5..a79dee31f 100644 --- a/techlibs/ecp5/synth_ecp5.cc +++ b/techlibs/ecp5/synth_ecp5.cc @@ -297,6 +297,7 @@ struct SynthEcp5Pass : public ScriptPass run("simplemap"); run("ecp5_ffinit"); run("ecp5_gsr"); + run("attrmvcp -copy -attr syn_useioff"); run("opt_clean"); } |