.. |
alu_header.v
|
Added partial support for the software interrupt INT instruction
|
2023-03-08 07:26:28 +00:00 |
alu.v
|
Added the OUT instruction to be able to properly address I/O and moved printing logic to a device on the I/O space. Also added IRET which is basically just a RET in this case
|
2023-03-09 06:03:13 +00:00 |
biu.v
|
Added code to record statistics and a tool to plot them
|
2023-05-14 16:06:33 +01:00 |
boot_code.asm
|
Improved DOS char print code
|
2023-03-14 07:20:30 +00:00 |
config.v
|
Added code to record statistics and a tool to plot them
|
2023-05-14 16:06:33 +01:00 |
decoder.v
|
Saved a clock cycle from microcode starts and added info in decode to allow saving a cycle on almost every instruction
|
2023-05-13 13:45:15 +01:00 |
error_header.v
|
First draft of a bus interface unit in an effort to make the CPU pipelined. Currently supports code prefetching
|
2023-05-07 13:34:15 +01:00 |
exec_state_def.v
|
Separated the execution unit from decode
|
2023-05-11 12:22:49 +01:00 |
execute.v
|
Improved parallelism
|
2023-05-13 10:52:44 +01:00 |
general.v
|
Cleaned up some pieces of code and fixed a bug
|
2023-05-04 00:49:04 +01:00 |
Makefile
|
Added code to record statistics and a tool to plot them
|
2023-05-14 16:06:33 +01:00 |
memory.v
|
Fixed a memory corruption bug
|
2023-05-10 08:35:14 +01:00 |
processor.v
|
Added code to record statistics and a tool to plot them
|
2023-05-14 16:06:33 +01:00 |
registers.v
|
Improved BIU performance and debug messages
|
2023-05-10 04:05:56 +01:00 |
system.v
|
Added code to record statistics and a tool to plot them
|
2023-05-14 16:06:33 +01:00 |
testbench.cpp
|
Cleaned up some pieces of code and fixed a bug
|
2023-05-04 00:49:04 +01:00 |
testbench.v
|
Added code to record statistics and a tool to plot them
|
2023-05-14 16:06:33 +01:00 |
ucode_header.v
|
Added partial support for the software interrupt INT instruction
|
2023-03-08 07:26:28 +00:00 |
ucode.txt
|
Cleaned up some pieces of code and fixed a bug
|
2023-05-04 00:49:04 +01:00 |
verilator_makefile
|
Removed erroneous file and run aspell
|
2023-03-21 14:51:39 +00:00 |