9086/system
2023-11-12 21:39:27 +00:00
..
fpga_config/OrangeCrab_r0.2.1 Added simple support for \n and \r on the HD44780 driver, increased the synthesised mem to fit brainfuck_compiled.asm and made it the default. 2023-11-12 21:39:27 +00:00
peripherals Added simple support for \n and \r on the HD44780 driver, increased the synthesised mem to fit brainfuck_compiled.asm and made it the default. 2023-11-12 21:39:27 +00:00
alu_header.v Added partial support for the software interrupt INT instruction 2023-03-08 07:26:28 +00:00
alu.v More small fixes 2023-11-04 08:31:05 +00:00
biu.v Fixed a "combinatorial loop" and now if the build-in memory is reduced the design can be synthesized! 2023-11-06 05:36:04 +00:00
boot_code.asm Improved DOS char print code 2023-03-14 07:20:30 +00:00
config.v The CPU works on real hardware for the first time! I added an adjustment for ram size, added control for a led and a test program for it. On the fpga board there is an actual led there that I used to verify functionality 2023-11-06 08:13:36 +00:00
decoder.v Reduced numbers to be sorted in gnome_sort.asm to fit in lcd, fixed hlt on real hardware, slowed down cpu, increased lcd fifo and with that I almost got gnome_sort.asm working perfectly on real hardware 2023-11-12 07:31:05 +00: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 Removed more "conflicting driver" issues with yet more performance penalties... 2023-11-04 15:33:23 +00:00
execute.v fixed more driver conflicts 2023-11-06 01:35:48 +00:00
general.v Cleaned up some pieces of code and fixed a bug 2023-05-04 00:49:04 +01:00
Makefile Added simple support for \n and \r on the HD44780 driver, increased the synthesised mem to fit brainfuck_compiled.asm and made it the default. 2023-11-12 21:39:27 +00:00
memory.v Added simple support for \n and \r on the HD44780 driver, increased the synthesised mem to fit brainfuck_compiled.asm and made it the default. 2023-11-12 21:39:27 +00:00
processor.v Removed all instances of inout since from what i understand it's mostly synthesisable 2023-11-02 21:48:12 +00:00
registers.v Removed probably unnecessary high impedance case yosys was complaining about in registers.v 2023-11-12 03:13:22 +00:00
system.v Added back removed warnings to verilator since we have now fixed those issues 2023-11-12 00:07:33 +00:00
testbench.cpp Fixed a lot of "conflicting driver" issues but I had to roll back an optimisation 2023-11-04 11:04:22 +00:00
testbench.v Fixed a lot of "conflicting driver" issues but I had to roll back an optimisation 2023-11-04 11:04:22 +00:00
ucode_header.v Added partial support for the software interrupt INT instruction 2023-03-08 07:26:28 +00:00
ucode.txt Changed slogan and cleaned up some small pieces of code 2023-05-23 16:18:33 +01:00
verilator_makefile Removed erroneous file and run aspell 2023-03-21 14:51:39 +00:00