From 461829678edd10bf616db6fbbe0737e05f54b132 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 25 Sep 2019 20:24:20 -0700 Subject: [PATCH] switch from no debug to peripheryserial [skip ci] --- docs/Chipyard-Basics/Configs-Parameters-Mixins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Chipyard-Basics/Configs-Parameters-Mixins.rst b/docs/Chipyard-Basics/Configs-Parameters-Mixins.rst index 864bd969..e83bc9e2 100644 --- a/docs/Chipyard-Basics/Configs-Parameters-Mixins.rst +++ b/docs/Chipyard-Basics/Configs-Parameters-Mixins.rst @@ -98,8 +98,8 @@ This example shows a Rocket Chip based SoC that merges multiple system component with HasPeripheryUARTModuleImp with HasPeripheryIceNICModuleImp -There are two "cakes" here. One for the lazy module (ex. ``HasNoDebug``) and one for the lazy module -implementation (ex. ``HasNoDebugModuleImp`` where ``Imp`` refers to implementation). The lazy module defines +There are two "cakes" here. One for the lazy module (ex. ``HasPeripherySerial``) and one for the lazy module +implementation (ex. ``HasPeripherySerialModuleImp`` where ``Imp`` refers to implementation). The lazy module defines all the logical connections between generators and exchanges configuration information among them, while the lazy module implementation performs the actual Chisel RTL elaboration.