From 75d073f394b2a5d1ac6c4d75398dffaf511c6aec Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 30 Oct 2018 10:14:30 +0100 Subject: [PATCH] build/lattice/prjtrellis: fix typo --- litex/build/lattice/prjtrellis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/build/lattice/prjtrellis.py b/litex/build/lattice/prjtrellis.py index 45bcc3599..ccf9139c6 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")