Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Imfeld <moimfeld@student.ethz.ch>
  • Loading branch information
moimfeld committed Mar 8, 2024
1 parent 849be87 commit d2b8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/cv32e40px_x_disp.sv
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ module cv32e40px_x_disp
end
end

// illegal instruction assertion
// illegal instruction assignment
always_comb begin
x_illegal_insn_o = 1'b0;
if (x_issue_valid_o & x_issue_ready_i & ~x_issue_resp_accept_i) begin
Expand Down

0 comments on commit d2b8de1

Please sign in to comment.