From 80328d0c4da4784dbd638b397aeed6c347e04450 Mon Sep 17 00:00:00 2001 From: alonamid Date: Wed, 25 Sep 2019 12:08:08 -0700 Subject: [PATCH] clarify GPIO top example --- docs/Generators/SiFive-Generators.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Generators/SiFive-Generators.rst b/docs/Generators/SiFive-Generators.rst index 1ddab4f2..7777a766 100644 --- a/docs/Generators/SiFive-Generators.rst +++ b/docs/Generators/SiFive-Generators.rst @@ -32,6 +32,8 @@ For example, a GPIO device would require a GPIO pin, and therefore we would writ :start-after: DOC include start: WithGPIOTop :end-before: DOC include end: WithGPIOTop +This example instantiates a top-level module with include GPIO ports (``TopWithGPIO``), and then ties-off the GPIO port inputs to 0 (``false.B``). + Finally, you add the relevant config mixin to the SoC config. For example: