Developed RISCV custom MOD and POW instructions in MARSS-RISCV using C and assembly, targeting high-efficiency arithmetic. Extended the RISC-V GNU toolchain to support the new instructions by integrating custom opcode, funct3, funct7 fields, and their match/mask encodings into the assembler-disassembler pipelines.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
Enhance README with project details and benchmarks
812071eView on GitHubtest code using for loop to find power (x^n) of a no.
6398d1dView on GitHubtest code using math library power instruction
d1c57f3View on GitHubAdd project description for RISCV instruction implementation
375c9feView on GitHub