diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-01-17 14:38:37 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-01-17 14:38:37 +0100 |
commit | db5765b443c26b5b2dc3ac56d5a448fc8b861d43 (patch) | |
tree | 1d618cc08ef5a17d11feee182604f527848a1ad6 /techlibs/sf2/Makefile.inc | |
parent | 9b277fc21ea455a0e0ca9b7acde039e90ddb380d (diff) | |
download | yosys-db5765b443c26b5b2dc3ac56d5a448fc8b861d43.tar.gz yosys-db5765b443c26b5b2dc3ac56d5a448fc8b861d43.tar.bz2 yosys-db5765b443c26b5b2dc3ac56d5a448fc8b861d43.zip |
Add SF2 IO buffer insertion
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'techlibs/sf2/Makefile.inc')
-rw-r--r-- | techlibs/sf2/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/sf2/Makefile.inc b/techlibs/sf2/Makefile.inc index cade49f37..cc3054ace 100644 --- a/techlibs/sf2/Makefile.inc +++ b/techlibs/sf2/Makefile.inc @@ -1,5 +1,6 @@ OBJS += techlibs/sf2/synth_sf2.o +OBJS += techlibs/sf2/sf2_iobs.o $(eval $(call add_share_file,share/sf2,techlibs/sf2/arith_map.v)) $(eval $(call add_share_file,share/sf2,techlibs/sf2/cells_map.v)) |