aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2026-06-22Implement XOR, OR, AND logical operations in sliced ALUMyDariell2-3/+163
2026-06-21Implement ADD and SUB operations in sliced ALUMyDariell2-6/+207
2026-06-20Add basic ALU skeletonWarrick Lo2-0/+89
2026-06-20Minor refactor to regfile formal test modulefeature/coreWarrick Lo2-56/+83
2026-06-18Add formal verification for regfileWarrick Lo2-0/+244
2026-06-18Move typedefs to types.svh from montreal_pkgWarrick Lo4-13/+27
2026-06-17Move design parameters to config_pkgWarrick Lo3-10/+37
2026-06-16regfile: refactor: 'chunks' are now 'slices'Warrick Lo1-14/+14
2026-06-15Add asynchronous reset to register fileWarrick Lo1-1/+4
2026-06-14Rename top-level module to prevent clashesWarrick Lo3-85/+115
2026-06-14Add top-level and QSPI controller modulesChat3-0/+104
2026-05-27Update README and WaveDrom diagrams [skip ci]Warrick Lo49-93/+295
2026-05-23Add WaveDrom diagrams for instructions to READMEWarrick Lo1-22/+28
2026-05-19Pass linterChat4-62/+83
2026-05-14Add simple_alu RTL and formal verificationChat9-0/+189