From b2e4e5ebed365cd1a1d8907805717babf3b3e085 Mon Sep 17 00:00:00 2001 From: "-T.K.-" Date: Thu, 15 Jun 2023 19:09:18 -0700 Subject: [PATCH] FIX: WithBackingScratchpad is deprecated, use WithScratchpad instead --- docs/Customization/Memory-Hierarchy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Customization/Memory-Hierarchy.rst b/docs/Customization/Memory-Hierarchy.rst index c0c79a7e..623d4544 100644 --- a/docs/Customization/Memory-Hierarchy.rst +++ b/docs/Customization/Memory-Hierarchy.rst @@ -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