maestro icon indicating copy to clipboard operation
maestro copied to clipboard

A 5 stage-pipeline RV32I implementation in VHDL

Results 1 maestro issues
Sort by recently updated
recently updated
newest added

Hello, I tried to run my Fibonacci instructions in Simulation Waveform Editor, but I had difficulties getting the expected output. Here is my assembly instruction. ``` addi x6,x0,1 up: add...