cores/cpu/rocket: add use_memory_bus parameter to easily disable direct memory bus...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 29 Jul 2020 07:34:07 +0000 (09:34 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 29 Jul 2020 07:35:15 +0000 (09:35 +0200)
commit6576416b8e918b86c2e739457b5feea0144bd8a3
treea30913c5e446b55200bc3d3192b9ecfcbcd76f7d
parent0696b409aba8a44fadda3aff0a23fb6c74aeb694
cores/cpu/rocket: add use_memory_bus parameter to easily disable direct memory bus for testing.

Useful for current tests with LiteSDCard using DMA and that requires the DMA to be connnected to
the DMA bus of Rocket when the direct memory bus is used.
litex/soc/cores/cpu/rocket/core.py