From 1ff268ab13dd299c4cdc1e379df5397bd6a394e3 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 3 Jan 2014 19:05:10 +0100 Subject: Added simulator monitor tool. --- cpu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpu/Makefile') 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) $< -- cgit v1.2.3