FIX: WithBackingScratchpad is deprecated, use WithScratchpad instead
This commit is contained in:
@@ -94,7 +94,7 @@ memory channel.
|
|||||||
|
|
||||||
Instead of connecting to off-chip DRAM, you can instead connect a scratchpad
|
Instead of connecting to off-chip DRAM, you can instead connect a scratchpad
|
||||||
and remove the off-chip link. This is done by adding a fragment like
|
and remove the off-chip link. This is done by adding a fragment like
|
||||||
``testchipip.WithBackingScratchpad`` to your configuration and removing the
|
``testchipip.WithScratchpad`` to your configuration and removing the
|
||||||
memory port with ``freechips.rocketchip.subsystem.WithNoMemPort``.
|
memory port with ``freechips.rocketchip.subsystem.WithNoMemPort``.
|
||||||
|
|
||||||
.. literalinclude:: ../../generators/chipyard/src/main/scala/config/RocketConfigs.scala
|
.. literalinclude:: ../../generators/chipyard/src/main/scala/config/RocketConfigs.scala
|
||||||
|
|||||||
Reference in New Issue
Block a user