diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-03-19 22:24:47 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-03-19 22:24:47 +0200 |
| commit | 1e3961030578c69180992f46096ef24ea2f4c3a5 (patch) | |
| tree | fd07e62df9d657fc75c5ca224002b1f9ef33e163 /atk16_fpga/Makefile | |
| parent | 1294b00c0941085b1abe782be65edfe90dafb04e (diff) | |
Implement working serial repl
Diffstat (limited to 'atk16_fpga/Makefile')
| -rw-r--r-- | atk16_fpga/Makefile | 5 |
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 |
