From 0a53be49a67d17465df3ad49be4842b6dfcd792c Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Wed, 14 Jun 2023 15:36:16 -0400 Subject: [PATCH] control_loop/intro.md: change directory name --- gateware/rtl/control_loop/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateware/rtl/control_loop/intro.md b/gateware/rtl/control_loop/intro.md index 8bc5df6..74d90e1 100644 --- a/gateware/rtl/control_loop/intro.md +++ b/gateware/rtl/control_loop/intro.md @@ -79,4 +79,4 @@ without smoothing the change. In the setup for which this code was designed for, this is not a problem because the DAC is connected to an amplifier which cannot respond that quickly and will smooth out changes itself. For your design, you may need to use -code found in `firmware/rtl/spi/ramp.v`. +code found in `gateware/rtl/spi/ramp.v`.