Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fix synthesis error
Browse files Browse the repository at this point in the history
  • Loading branch information
someone13574 committed Jun 11, 2024
1 parent c8d6c09 commit 8898b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/microcode.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package microcode;

localparam logic [31:0] Width = 25;
localparam logic [31:0] WIDTH = 25;

// verilator lint_off UNUSED
function automatic logic mcs0_check_rs1_dep(input logic [WIDTH - 1:0] mc);
Expand Down

0 comments on commit 8898b56

Please sign in to comment.