From 3439266b2ec29e541d081cb2fdb6f5a3536b44ec Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 15 Mar 2021 16:55:13 -0700 Subject: [PATCH] Small renaming in docs --- docs/Advanced-Concepts/Harness-Clocks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Advanced-Concepts/Harness-Clocks.rst b/docs/Advanced-Concepts/Harness-Clocks.rst index 70efc33b..c49ee29f 100644 --- a/docs/Advanced-Concepts/Harness-Clocks.rst +++ b/docs/Advanced-Concepts/Harness-Clocks.rst @@ -20,7 +20,7 @@ from the DUT. Requests for a harness clock is done by the ``HarnessClockInstantiator`` class in ``generators/chipyard/src/main/scala/TestHarness.scala``. This class is accessed in harness components by referencing the Rocket Chip parameters key ``p(HarnessClockInstantiatorKey)``. -Then you can request a clock and syncronized reset at a particular frequency by invoking the ``getClockBundle`` function. +Then you can request a clock and syncronized reset at a particular frequency by invoking the ``requestClockBundle`` function. Take the following example: .. literalinclude:: ../../generators/chipyard/src/main/scala/HarnessBinders.scala