mirror of https://github.com/m-labs/artiq.git
ttl_serdes_7series: fix
This commit is contained in:
parent
88c212b84f
commit
3572e2a9c7
|
@ -78,7 +78,7 @@ class Output_8X(ttl_serdes_generic.Output):
|
|||
ttl_serdes_generic.Output.__init__(self, serdes)
|
||||
|
||||
if pad_n is None:
|
||||
self.comb += pad.eq(pad_o)
|
||||
self.comb += pad.eq(serdes.ser_out)
|
||||
else:
|
||||
self.specials += Instance("IOBUFDS",
|
||||
i_I=serdes.ser_out,
|
||||
|
|
Loading…
Reference in New Issue