Skip to content

F. References

Nate edited this page Dec 13, 2024 · 6 revisions

ASCII 8x8 font bitmap - https://github.com/dhepper/font8x8

  • bitmap converted into the ASCII_encode.mif file.

VGA Driver reference code - https://vanhunteradams.com/DE1/VGA_Driver/Driver.html

  • no code directly taken, but the code was referenced when writing our vga_driver module.

RISC-V Specification - https://drive.google.com/file/d/1uviu1nH-tScFfgrovvFCrj7Omv8tFtkp/view

  • basis of the processor implementation, used as a reference

RISC-V GNU Toolchain - https://github.com/riscv-collab/riscv-gnu-toolchain

  • used for compiling C code into binary files

RISC-V Assembly Cheat Sheet - https://projectf.io/posts/riscv-cheat-sheet/

  • referenced when building and testing the processor

RISC-V ASM Manuel - https://github.com/riscv-non-isa/riscv-asm-manual/blob/main/src/asm-manual.adoc

  • referenced when building and testing the processor

Chess-Engine - https://github.com/chstan/Chess-Engine/tree/master

  • referenced when developing the C chess engine, no code was directly used

MisterQueen - https://github.com/fogleman/MisterQueen/blob/master/src/gen.h

  • referenced when developing the C chess engine, no code was directly used

Clone this wiki locally