From: Florent Kermarrec Date: Tue, 30 Oct 2018 09:14:30 +0000 (+0100) Subject: build/lattice/prjtrellis: fix typo X-Git-Tag: 24jan2021_ls180~1532 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75d073f394b2a5d1ac6c4d75398dffaf511c6aec;p=litex.git build/lattice/prjtrellis: fix typo --- diff --git a/litex/build/lattice/prjtrellis.py b/litex/build/lattice/prjtrellis.py index 45bcc359..ccf9139c 100644 --- a/litex/build/lattice/prjtrellis.py +++ b/litex/build/lattice/prjtrellis.py @@ -205,7 +205,7 @@ class LatticePrjTrellisToolchain: os.chdir(cwd) - return v_output.ns + return top_output.ns def add_period_constraint(self, platform, clk, period): print("TODO: add_period_constraint")