forked from M-Labs/artiq
cri: fix routing table depth
This commit is contained in:
parent
edf403b837
commit
5bcd40ff59
|
@ -130,7 +130,7 @@ class CRIDecoder(Module, AutoCSR):
|
|||
selected = Signal(slave_bits)
|
||||
|
||||
if enable_routing:
|
||||
self.specials.routing_table = Memory(slave_bits, 8)
|
||||
self.specials.routing_table = Memory(slave_bits, 256)
|
||||
|
||||
rtp_csr = self.routing_table.get_port(write_capable=True)
|
||||
self.specials += rtp_csr
|
||||
|
|
Loading…
Reference in New Issue