build/lattice/prjtrellis: fix typo
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 30 Oct 2018 09:14:30 +0000 (10:14 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 30 Oct 2018 09:14:30 +0000 (10:14 +0100)
litex/build/lattice/prjtrellis.py

index 45bcc35999e3190801f0fa58ff4f7a4660e424b9..ccf9139c6ac5286ca396ecfb93fef69d14ff9182 100644 (file)
@@ -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")