File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments