summaryrefslogtreecommitdiff
path: root/riscvsingle.sv
AgeCommit message (Collapse)AuthorFilesLines
2025-04-17increase rom to 128 from 64HEADmastervin1-1/+1
2025-04-17increase RAM size to 0xffvin1-1/+1
2025-03-25add blt and bgevin1-6/+13
2025-03-25refactor PCSrc assignment and add bne instructionvin1-1/+10
2025-03-24remove db and incremental_dbvin1-2/+2
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-10use relative filepath for ROM and RAMvin1-2/+2
2025-03-10initial payloadvin1-0/+390