From f1ae21dfac4d275ecf23f2d59c02d07d2ebce37f Mon Sep 17 00:00:00 2001 From: Zain <beingzainsv@gmail.com> Date: Sun, 23 Jun 2024 16:48:16 +0530 Subject: [PATCH] Add clock information to gateware documentation The gateware documentation was updated to include information about the clock frequencies provided for use by the gateware blocks. This change clarifies that a 125MHz and a 160MHz clock are available. --- boards/beaglev/fire/demos-and-tutorials/gateware/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/index.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/index.rst index 90bd2976..cff1cee8 100644 --- a/boards/beaglev/fire/demos-and-tutorials/gateware/index.rst +++ b/boards/beaglev/fire/demos-and-tutorials/gateware/index.rst @@ -19,7 +19,8 @@ The diagram below is a simplified overview of the gateware's structure. The overall gateware is made-up of several blocks, some of them interchangeable. These blocks are -all clocked and reset by another "Clock and Resets" block not showed in the diagram for clarity. +all clocked and reset by another "Clock and Resets" block not showed in the diagram for clarity. A 125MHz, +and a 160MHz clock are provided for use by the gateware blocks. Each gateware block is associated with one of BeagleV-Fire's connectors. -- GitLab