FIX: WithBackingScratchpad is deprecated, use WithScratchpad instead

This commit is contained in:
-T.K.-
2023-06-15 19:09:18 -07:00
parent 22b43ca3db
commit b2e4e5ebed

View File

@@ -94,7 +94,7 @@ memory channel.
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
``testchipip.WithBackingScratchpad`` to your configuration and removing the
``testchipip.WithScratchpad`` to your configuration and removing the
memory port with ``freechips.rocketchip.subsystem.WithNoMemPort``.
.. literalinclude:: ../../generators/chipyard/src/main/scala/config/RocketConfigs.scala