kasli_soc: rename drtio_transceiver to gt_drtio
This commit is contained in:
parent
cfe53a57a3
commit
831140b20d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user