BrunoLevy / learn-fpga

Learning FPGA, yosys, nextpnr, and RISC-V
BSD 3-Clause "New" or "Revised" License
2.44k stars 236 forks source link

Fixed error in riscv_assembly.v #72

Closed yathAg closed 1 year ago

yathAg commented 1 year ago

The funct7 value for SRA in learn-fpga/FemtoRV/TUTORIALS/FROM_BLINKER_TO_RISCV/riscv_assembly.v was 0b0000010 and should be 0b0100000

BrunoLevy commented 1 year ago

Many thanks !