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")