Initial work on decoder
Decode the LD SP, $nnnn instruction as our first three-byte instruction.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
TB = tb_top
|
||||
SOURCES = gb.sv cpu.sv registers.sv control.sv rom.sv tb_top.sv clkgen.sv
|
||||
SOURCES = gb.sv cpu.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
|
||||
|
||||
Reference in New Issue
Block a user