Skip to content

Commit

Permalink
hw: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 16, 2024
1 parent 0a22af0 commit 77a4252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/snitch_cluster/src/snitch_cluster.sv
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module snitch_cluster
parameter int unsigned WideDataWidth = 512,
/// AXI: id width in.
parameter int unsigned NarrowIdWidthIn = 2,
/// AXI: dma id with in.
/// AXI: dma id width in.
parameter int unsigned WideIdWidthIn = 2,
/// AXI: user width.
parameter int unsigned NarrowUserWidth = 1,
Expand Down

0 comments on commit 77a4252

Please sign in to comment.