summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-17increase rom to 128 from 64HEADmastervin3-5/+103
2025-04-17increase RAM size to 0xffvin2-1/+6
2025-04-17add makefile to compile C code easiervin1-0/+15
2025-04-17write fibonacci.c code without offsetvin1-2/+2
2025-04-17zero out the ramvin1-1023/+1023
2025-04-10update fibonacci.cvin1-5/+5
2025-03-31word-align c fibonacci memory addressesvin1-3/+3
2025-03-31add riscv32 nix cross-toolchain and fibonacci c filevin2-0/+15
2025-03-25increase test bench lengthvin2-3/+3
2025-03-25add blt and bgevin1-6/+13
2025-03-25refactor PCSrc assignment and add bne instructionvin1-1/+10
2025-03-25fibonacci with blt and bnejg02-6/+4
2025-03-25Fibonacci assembly code and machine codejg02-21/+33
2025-03-24remove db and incremental_dbvin2-251/+251
2025-03-24add shift instructions (sll, srl, sra, and immediates)vin1-22/+28
2025-03-20add xor instruction and PC loggingvin1-1/+4
2025-03-18update .gitignore to ignore quartus directoriesvin1-0/+3
2025-03-10use relative filepath for ROM and RAMvin1-2/+2
2025-03-10remove auto-generated reportsvin1-0/+8
2025-03-10initial payloadvin9-0/+1906