9086/cpu
2023-02-10 01:45:27 +00:00
..
alu.v Added a very basic execution stage, registers and a very crude adder for ALU. It finally executes instructions! 2023-02-09 20:17:15 +00:00
boot_code.txt Implemented a basic Instruction Fetch stage and added some examples in the 8086 doc 2023-02-08 23:59:06 +00:00
gtkwave_savefile.gtkw Improved execution state logic, cleaned up code and fixed register file output enable 2023-02-10 01:45:27 +00:00
Makefile Fixed dependency misconfiguration in Makefile 2023-02-09 17:03:13 +00:00
memory.v Fixed warning about standards compliance 2023-02-09 14:55:24 +00:00
proc_state_def.v Added a very basic execution stage, registers and a very crude adder for ALU. It finally executes instructions! 2023-02-09 20:17:15 +00:00
processor.v Improved execution state logic, cleaned up code and fixed register file output enable 2023-02-10 01:45:27 +00:00
registers.v Improved execution state logic, cleaned up code and fixed register file output enable 2023-02-10 01:45:27 +00:00
testbench.v Added a very basic execution stage, registers and a very crude adder for ALU. It finally executes instructions! 2023-02-09 20:17:15 +00:00