summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-02 22:30:11 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-02 22:30:11 +0100
commit85bc61cb7fa8f4b9af78064cb65fbad49a109d5f (patch)
tree5116b1c423864f3cde8f1002b7a4dabb62e88fff /tests
parent4e1aaf316457f4d4f045fd3ebe500cd70f6bafcc (diff)
downloadSystDigit-Projet-85bc61cb7fa8f4b9af78064cb65fbad49a109d5f.tar.gz
SystDigit-Projet-85bc61cb7fa8f4b9af78064cb65fbad49a109d5f.zip
Started CPU implementation.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
-rw-r--r--tests/decode7.rom2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 718cd70..7a0792c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,7 +1,7 @@
.SECONDARY:
MINIJAZZ=../minijazz/mjc.byte
-SCHED=../sched/main.byte
+SCHED=../sched/main.native
SIM=../csim/csim
%.sim: %.dumb
diff --git a/tests/decode7.rom b/tests/decode7.rom
index 0eaa3b1..094bae1 100644
--- a/tests/decode7.rom
+++ b/tests/decode7.rom
@@ -1,4 +1,4 @@
-4 7
+16 7
1110111
0010010
1011101