From 77a4252468666378296eadf3b214be10aeb0828b Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Tue, 16 Jul 2024 15:49:42 +0200 Subject: [PATCH] hw: Fix typo --- hw/snitch_cluster/src/snitch_cluster.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/snitch_cluster/src/snitch_cluster.sv b/hw/snitch_cluster/src/snitch_cluster.sv index 13039db22b..4e4c4b00c0 100644 --- a/hw/snitch_cluster/src/snitch_cluster.sv +++ b/hw/snitch_cluster/src/snitch_cluster.sv @@ -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,