mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 09:48:06 +00:00
Create synth_analogdevices
This commit is contained in:
parent
da2e021e3b
commit
091a417b35
17 changed files with 42187 additions and 0 deletions
22
techlibs/analogdevices/Makefile.inc
Normal file
22
techlibs/analogdevices/Makefile.inc
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
OBJS += techlibs/analogdevices/synth_analogdevices.o
|
||||
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/cells_map.v))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/cells_sim.v))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/cells_xtra.v))
|
||||
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/lutrams.txt))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/lutrams_map.v))
|
||||
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/brams_defs.vh))
|
||||
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/brams.txt))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/brams_map.v))
|
||||
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/arith_map.v))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/ff_map.v))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/lut_map.v))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/mux_map.v))
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/dsp_map.v))
|
||||
|
||||
$(eval $(call add_share_file,share/analogdevices,techlibs/analogdevices/abc9_model.v))
|
Loading…
Add table
Add a link
Reference in a new issue