Fix nMigen migration issue (DomainRenamer)
authorJean THOMAS <git0@pub.jeanthomas.me>
Tue, 9 Jun 2020 14:50:43 +0000 (16:50 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Tue, 9 Jun 2020 14:50:43 +0000 (16:50 +0200)
gram/core/crossbar.py

index d61890c282fd63e2d3600e676f834ce926edbf20..81d3649ba45cdaa50a2a15ee53b3ef6caf7a61aa 100644 (file)
@@ -114,7 +114,7 @@ class gramCrossbar(Elaboratable):
                 data_width=data_width,
                 clock_domain=clock_domain,
                 id=port.id)
-            self._pending_submodules.append(ClockDomainsRenamer(clock_domain)(
+            self._pending_submodules.append(DomainRenamer(clock_domain)(
                 gramNativePortConverter(new_port, port, reverse)))
             port = new_port