From 85bc61cb7fa8f4b9af78064cb65fbad49a109d5f Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 2 Jan 2014 22:30:11 +0100 Subject: Started CPU implementation. --- cpu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpu/Makefile') diff --git a/cpu/Makefile b/cpu/Makefile index 74bfbae..1ab6397 100644 --- a/cpu/Makefile +++ b/cpu/Makefile @@ -3,10 +3,11 @@ GENERATOR=netlist_ast.ml netlist_gen.ml netlist_gen.mli AUXILLARY=alu.ml -SCHED=../sched/main.byte +SCHED=../sched/main.native SIM=../csim/csim -all: cpu_opt.sim +all: _build/cpu_opt.dumb + $(SIM) -rom ROM0 prog_rom0.rom $< %.sim: _build/%.dumb $(SIM) $< -- cgit v1.2.3