3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-02 00:00:44 +00:00

sf2: replace sf2_iobs with {clkbuf,iopad}map

This commit is contained in:
Dan Ravensloft 2020-07-04 21:20:26 +01:00
parent a9b61080a4
commit 7dc0439de4
4 changed files with 135 additions and 214 deletions

View file

@ -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))