From 1e3961030578c69180992f46096ef24ea2f4c3a5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 19 Mar 2025 22:24:47 +0200 Subject: Implement working serial repl --- atk16_fpga/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'atk16_fpga/Makefile') 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 -- cgit v1.3