Fix Murax memory mapping range
This commit is contained in:
parent
5260ad5c35
commit
2b6f43cef8
|
@ -278,7 +278,7 @@ case class Murax(config : MuraxConfig) extends Component{
|
||||||
val logic = new MuraxSimpleBusDecoder(
|
val logic = new MuraxSimpleBusDecoder(
|
||||||
master = mainBusArbiter.io.masterBus,
|
master = mainBusArbiter.io.masterBus,
|
||||||
specification = List[(SimpleBus,SizeMapping)](
|
specification = List[(SimpleBus,SizeMapping)](
|
||||||
ram.io.bus -> (0x80000000l, onChipRamSize kB),
|
ram.io.bus -> (0x80000000l, onChipRamSize),
|
||||||
apbBridge.io.simpleBus -> (0xF0000000l, 1 MB)
|
apbBridge.io.simpleBus -> (0xF0000000l, 1 MB)
|
||||||
),
|
),
|
||||||
pipelineMaster = pipelineMainBus
|
pipelineMaster = pipelineMainBus
|
||||||
|
|
Loading…
Reference in New Issue