Merge pull request #1520 from ucb-bar/fix-docs-1

FIX: fixing docs, WithBackingScratchpad is deprecated, use WithScratchpad instead
This commit is contained in:
Jerry Zhao
2023-07-05 09:23:01 -07:00
committed by GitHub

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