update makefile

This commit is contained in:
Fischer Moseley 2023-07-30 19:37:26 -07:00
parent 30f6e43916
commit 179b3a8283
1 changed files with 1 additions and 1 deletions

View File

@ -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: $(NEXYS_A7_EXAMPLES)
$(NEXYS_A7_EXAMPLES): $(NEXYS_A7_EXAMPLES):
cd examples/nexys_a7/$@ cd examples/nexys_a7/$@; \
python3 -m manta gen manta.yaml src/manta.v; \ python3 -m manta gen manta.yaml src/manta.v; \
rm -rf obj; \ rm -rf obj; \
mkdir -p obj; \ mkdir -p obj; \