From 179b3a82836b767ab5b218a456a64260812c7a44 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Sun, 30 Jul 2023 19:37:26 -0700 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4157530..bf68d92 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ NEXYS_A7_EXAMPLES := io_core_ether io_core_uart ps2_logic_analyzer video_sprite_ nexys_a7: $(NEXYS_A7_EXAMPLES) $(NEXYS_A7_EXAMPLES): - cd examples/nexys_a7/$@ + cd examples/nexys_a7/$@; \ python3 -m manta gen manta.yaml src/manta.v; \ rm -rf obj; \ mkdir -p obj; \