summaryrefslogtreecommitdiff
path: root/cpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/Makefile')
-rw-r--r--cpu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/Makefile b/cpu/Makefile
index 1ab6397..ed59bb5 100644
--- a/cpu/Makefile
+++ b/cpu/Makefile
@@ -5,9 +5,10 @@ AUXILLARY=alu.ml
SCHED=../sched/main.native
SIM=../csim/csim
+MON=../monitor/mon
all: _build/cpu_opt.dumb
- $(SIM) -rom ROM0 prog_rom0.rom $<
+ $(MON) $(SIM) -n 8 -rom ROM0 prog_rom0.rom $<
%.sim: _build/%.dumb
$(SIM) $<