Skip to content

Commit

Permalink
Fix comment mistake (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Nov 18, 2023
2 parents c4d9125 + f8c7a67 commit 09c92a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/core/neorv32_cpu_cp_cfu.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ begin
--
-- Up to 8 RISC-V R4-Type Instructions (RISC-V standard):
-- This format consists of three source registers ('rs1', 'rs2', 'rs3'), a destination register ('rd') and one "immediate"
-- bit-field ('funct7').
-- bit-field ('funct3').
--
-- Two individual RISC-V R5-Type Instructions (NEORV32-specific):
-- This format consists of four source registers ('rs1', 'rs2', 'rs3', 'rs4') and a destination register ('rd'). There are
Expand Down

0 comments on commit 09c92a7

Please sign in to comment.