forked from M-Labs/artiq
gateware: remove one stray CRI arbiter remnant.
This commit is contained in:
parent
464202d0aa
commit
17b5388259
|
@ -37,7 +37,6 @@ class RTController(Module):
|
||||||
def __init__(self, rt_packet, channel_count, fine_ts_width):
|
def __init__(self, rt_packet, channel_count, fine_ts_width):
|
||||||
self.csrs = _CSRs()
|
self.csrs = _CSRs()
|
||||||
self.cri = cri.Interface()
|
self.cri = cri.Interface()
|
||||||
self.comb += self.cri.arb_gnt.eq(1)
|
|
||||||
|
|
||||||
# protocol errors
|
# protocol errors
|
||||||
err_unknown_packet_type = Signal()
|
err_unknown_packet_type = Signal()
|
||||||
|
|
Loading…
Reference in New Issue