From 34f12c774c39152f56997a49ee90367f25f03d16 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Mon, 28 Mar 2022 10:58:23 -0500 Subject: [PATCH] Fix instructions in comment --- src/ls2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls2.py b/src/ls2.py index 21a71fa..235caf8 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -513,7 +513,7 @@ class DDR3SoC(SoC, Elaboratable): if hasattr(self, "spi0"): # add Tercel verilog source. assumes a directory - # structure where ls2 has been checked out in a common + # structure where microwatt has been checked out in a common # subdirectory as https://git.libre-soc.org/git/microwatt.git raptor_tercel = "../../microwatt/tercel" pth = os.path.split(__file__)[0] -- 2.30.2