9086/system
2023-02-17 18:08:09 +00:00
..
alu_header.v Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
alu.v Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
boot_code.asm Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
config.v Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
decoder.v Moved the decoding of opcodes into a separate module and optimised memory reads 2023-02-17 18:08:09 +00:00
Makefile Moved the decoding of opcodes into a separate module and optimised memory reads 2023-02-17 18:08:09 +00:00
memory.v Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
proc_state_def.v Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
processor.v Moved the decoding of opcodes into a separate module and optimised memory reads 2023-02-17 18:08:09 +00:00
registers.v Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
testbench.v Further improved build system and changed brainfuck print message 2023-02-16 23:26:32 +00:00