skudlur / diablo

diablo is an Out-Of-Order 64-bit RISC-V processor.
https://skudlur.github.io/diablo/
MIT License
14 stars 4 forks source link

Adding ALU and Instruction memory #1

Closed JoyenBenitto closed 1 year ago

JoyenBenitto commented 1 year ago

The 64 bit ALU can ADD, SUB, MUL and DIV, the ALU requires more work but for putting the processor together this should work, along with the ALU I have Instruction memory as well which is again a DUT (Design Under Test).