aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_fpga/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'atk16_fpga/Makefile')
-rw-r--r--atk16_fpga/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/atk16_fpga/Makefile b/atk16_fpga/Makefile
index cada068..2a7e495 100644
--- a/atk16_fpga/Makefile
+++ b/atk16_fpga/Makefile
@@ -1,6 +1,9 @@
BIN ?= program.bin
-hardware.bin: top.v
+data_strings.v: gen_data_strings_v.py
+ python gen_data_strings_v.py > data_strings.v
+
+hardware.bin: top.v data_strings.v
apio verify
apio test
apio build