diff options
Diffstat (limited to 'techlibs/fabulous/Makefile.inc')
-rw-r--r-- | techlibs/fabulous/Makefile.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/techlibs/fabulous/Makefile.inc b/techlibs/fabulous/Makefile.inc new file mode 100644 index 000000000..44d57542b --- /dev/null +++ b/techlibs/fabulous/Makefile.inc @@ -0,0 +1,10 @@ + +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)) +$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/ram_regfile.txt)) +$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/regfile_map.v)) +$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/io_map.v)) |