For a given number of programs needed to be processed, instead of writing in MIPS or any other general purpose ISAs and run it with regular CPU, We design our own specialized processor. Now we've already done designing the ISA, and we also finished sythesizing ALU, Instruction Fetch Unit and Register by writing in system verilog. Our next step is to write our assembler to translate our own ISA code into binary. Lastly, we will run the binary code on the complete hardware that is designed by us as well.
© 2025 • All content within this project is strictly the property of Hao Tu and is not for public use without permission.