Skip to content

Commit c45cfb8

Browse files
committed
hw: Clarify parameter comments
1 parent 6ee3b63 commit c45cfb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hw/snitch_cluster/src/snitch_cluster.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module snitch_cluster
3838
/// AXI: dma user width.
3939
parameter int unsigned WideUserWidth = 1,
4040
/// Boot Address from which to fetch the first instructions.
41-
/// Only used if `AliasRegionEnable` is not set.
41+
/// Used if `AliasRegionEnable` or `IntBootromEnable` is not set.
4242
parameter logic [31:0] BootAddr = 32'h0,
4343
/// Number of Hives. Each Hive can hold 1-many cores.
4444
parameter int unsigned NrHives = 1,
@@ -199,7 +199,7 @@ module snitch_cluster
199199
/// Optional fixed cluster alias region.
200200
parameter bit AliasRegionEnable = 1'b0,
201201
parameter logic [PhysicalAddrWidth-1:0] AliasRegionBase = '0,
202-
/// Boot from internal bootrom.
202+
/// Instantiate internal bootrom.
203203
parameter bit IntBootromEnable = 1'b1
204204
) (
205205
/// System clock. If `IsoCrossing` is enabled this port is the _fast_ clock.

0 commit comments

Comments
 (0)