Implemented SP, $nnnn and XOR A instructions

This commit is contained in:
2021-02-16 23:05:46 +00:00
parent aa92344d10
commit 237a5f1489
6 changed files with 205 additions and 20 deletions

View File

@@ -1,8 +1,9 @@
TB = tb_top
SOURCES = gb.sv cpu.sv registers.sv control.sv decode.sv rom.sv tb_top.sv clkgen.sv
SOURCES = gb.sv cpu.sv alu.sv registers.sv control.sv decode.sv rom.sv tb_top.sv clkgen.sv
PATH_SRC = ../rtl:../rtl/cpu:../rtl/shared:../sim/tbench:../sim/shared
gb.sdb: cpu.sdb rom.sdb
cpu.sdb: control.sdb fetch.sdb registers.sdb
cpu.sdb: control.sdb registers.sdb alu.sdb
control.sdb: decode.sdb
include ../synthflow/vivado/Makefile.rules