diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-04-14 12:56:28 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-05-14 10:33:56 -0700 |
commit | 0d84ff3fc47fbc17184e706ea3ef1ee801f19790 (patch) | |
tree | ee429a07bafbed0abded45ecb96b3a9c878419d2 /techlibs/ecp5/Makefile.inc | |
parent | 8bad885e782181837c710f738f6184bd473d88ae (diff) | |
download | yosys-0d84ff3fc47fbc17184e706ea3ef1ee801f19790.tar.gz yosys-0d84ff3fc47fbc17184e706ea3ef1ee801f19790.tar.bz2 yosys-0d84ff3fc47fbc17184e706ea3ef1ee801f19790.zip |
Revert "ecp5: replace ecp5_ffinit with techmap rules + dff2dffs -match-init"
This reverts commit 8c702b6cc0221a00021a3e4661c883bb591c924b.
Diffstat (limited to 'techlibs/ecp5/Makefile.inc')
-rw-r--r-- | techlibs/ecp5/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc index 6bc9c854e..217151e96 100644 --- a/techlibs/ecp5/Makefile.inc +++ b/techlibs/ecp5/Makefile.inc @@ -1,5 +1,6 @@ -OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_gsr.o +OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_ffinit.o \ + techlibs/ecp5/ecp5_gsr.o GENFILES += techlibs/ecp5/bram_init_1_2_4.vh GENFILES += techlibs/ecp5/bram_init_9_18_36.vh |