diff options
author | clairexen <claire@symbioticeda.com> | 2020-07-16 18:33:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 18:33:56 +0200 |
commit | 9a5d6e178976a43ff3f875ea8630f94b6abb64c0 (patch) | |
tree | a335b8c51d5fa96443bf43c9aedfe65057c87f51 /techlibs/sf2/Makefile.inc | |
parent | f3d7e9a1df9cef87f51c8f5a8fb0b4f47ddcb2af (diff) | |
parent | 7dc0439de426483013a445122643e930b0bd0fa2 (diff) | |
download | yosys-9a5d6e178976a43ff3f875ea8630f94b6abb64c0.tar.gz yosys-9a5d6e178976a43ff3f875ea8630f94b6abb64c0.tar.bz2 yosys-9a5d6e178976a43ff3f875ea8630f94b6abb64c0.zip |
Merge pull request #2229 from Ravenslofty/sf2_remove_sf2_iobs
sf2: replace sf2_iobs with {clkbuf,iopad}map
Diffstat (limited to 'techlibs/sf2/Makefile.inc')
-rw-r--r-- | techlibs/sf2/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/sf2/Makefile.inc b/techlibs/sf2/Makefile.inc index cc3054ace..cade49f37 100644 --- a/techlibs/sf2/Makefile.inc +++ b/techlibs/sf2/Makefile.inc @@ -1,6 +1,5 @@ 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)) |