diff --git a/amaranth/vendor/_lattice.py b/amaranth/vendor/_lattice.py index 04650dd61..f9c07decf 100644 --- a/amaranth/vendor/_lattice.py +++ b/amaranth/vendor/_lattice.py @@ -498,7 +498,7 @@ class LatticePlatform(TemplatedPlatform): {% endif %} {% endfor %} {% for signal, frequency in platform.iter_signal_clock_constraints() -%} - FREQUENCY NET "{{signals|hierarchy(".")}}" {{frequency}} HZ; + FREQUENCY NET "{{signal|hierarchy(".")}}" {{frequency}} HZ; {% endfor %} {% for port, frequency in platform.iter_port_clock_constraints() -%} FREQUENCY PORT "{{port.name}}" {{frequency}} HZ;