2022-09-27 10:20:11 -05: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 12:16:44 -05: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 02:53:07 -06:00
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/io_map.v))
|
2023-02-20 05:49:48 -06:00
|
|
|
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/arith_map.v))
|