kasli_soc: rename drtio_transceiver to gt_drtio

pull/244/head
MorganTL 2023-08-28 16:07:02 +08:00
parent cfe53a57a3
commit 831140b20d
1 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ class GenericMaster(SoCCore):
self.csr_devices.append("virtual_leds")
self.comb += [self.virtual_leds.get(i).eq(channel.rx_ready)
for i, channel in enumerate(self.drtio_transceiver.channels)]
for i, channel in enumerate(self.gt_drtio.channels)]
@ -486,7 +486,7 @@ class GenericSatellite(SoCCore):
self.csr_devices.append("virtual_leds")
self.comb += [self.virtual_leds.get(i).eq(channel.rx_ready)
for i, channel in enumerate(self.drtio_transceiver.channels)]
for i, channel in enumerate(self.gt_drtio.channels)]
def write_mem_file(soc, filename):