Skip to content

Commit

Permalink
Break lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmallasen committed Aug 16, 2024
1 parent 7f38f06 commit d02d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/common/barrel_shifter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Delay: O(log N)

module barrel_shifter #(
parameter int N = 32, // Width of the data (N > 0)
parameter N = 32, // Width of the data (N > 0)
// Do not override the following parameter
parameter int D_WIDTH = $clog2(N) // Ceiling of log2(N)
) (
Expand Down

0 comments on commit d02d88d

Please sign in to comment.