summaryrefslogtreecommitdiff
path: root/cpu/Makefile
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-03 20:41:22 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-03 20:41:22 +0100
commit1b32dfecc4fd1c9d9d024bb053c43ea17021cc65 (patch)
treea52a6527a6dd0f34f07f61c20b77b42c1d8ff720 /cpu/Makefile
parent1ff268ab13dd299c4cdc1e379df5397bd6a394e3 (diff)
downloadSystDigit-Projet-1b32dfecc4fd1c9d9d024bb053c43ea17021cc65.tar.gz
SystDigit-Projet-1b32dfecc4fd1c9d9d024bb053c43ea17021cc65.zip
Monitor now works correctly.
Diffstat (limited to 'cpu/Makefile')
-rw-r--r--cpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/Makefile b/cpu/Makefile
index ed59bb5..a39375b 100644
--- a/cpu/Makefile
+++ b/cpu/Makefile
@@ -8,10 +8,10 @@ SIM=../csim/csim
MON=../monitor/mon
all: _build/cpu_opt.dumb
- $(MON) $(SIM) -n 8 -rom ROM0 prog_rom0.rom $<
+ $(MON) $(SIM) -rom ROM0 prog_rom0.rom $<
%.sim: _build/%.dumb
- $(SIM) $<
+ $(SIM) -n 12 $<
_build/%.dumb _build/%.snet _build/%_opt.dumb _build/%_opt.snet: _build/%.net
$(SCHED) $<