aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-18 14:09:34 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-18 14:09:34 -0500
commitd202daead0f05ecb60580fa7be2f23df8c4542fc (patch)
tree027a67c9245bb21bc82c7e52dfd7d989f4900821 /Makefile
parent46457cc330049bb38c0af9a3f671b33b8f534c55 (diff)
Fix the UART TX.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b5bd2b..a7752ba 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ clean:
flash: tmp/$(TOPMODULE).bin
sudo iceprog $<
gtkwave: tmp/sim.vcd
- gtkwave $<
+ gtkwave -A $<
.PHONY: all clean flash gtkwave
tmp/sim.vcd: tmp/$(TOPMODULE)Sim.exe
@@ -35,6 +35,7 @@ tmp/$(TOPMODULE).v: tmp/$(TOPFILE).bo
tmp/%.bo:
@mkdir -p $(dir $@)
bsc -verilog $(BSC_COMP_FLAGS) $<
+.PHONY: tmp/$(TOPFILE).bo
tmp/depends.mk:
@mkdir -p $(dir $@)