2022-09-27 17:20:11 +02:00
|
|
|
|
|
|
|
|
OBJS += techlibs/fabulous/synth_fabulous.o
|
|
|
|
|
|
|
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/cells_map.v))
|
|
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/prims.v))
|
|
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/latches_map.v))
|
|
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/ff_map.v))
|
2022-09-29 19:16:44 +02:00
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/ram_regfile.txt))
|
|
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/regfile_map.v))
|
2022-11-10 09:53:07 +01:00
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/io_map.v))
|
2023-02-20 12:49:48 +01:00
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/arith_map.v))
|