forked from M-Labs/artiq
parent
bd9eec15c0
commit
cb76f9da89
|
@ -46,6 +46,7 @@ class Master(MiniSoC, AMPSoC):
|
||||||
integrated_sram_size=8192,
|
integrated_sram_size=8192,
|
||||||
ethmac_nrxslots=4,
|
ethmac_nrxslots=4,
|
||||||
ethmac_ntxslots=4,
|
ethmac_ntxslots=4,
|
||||||
|
csr_address_width=15,
|
||||||
**kwargs)
|
**kwargs)
|
||||||
AMPSoC.__init__(self)
|
AMPSoC.__init__(self)
|
||||||
add_identifier(self)
|
add_identifier(self)
|
||||||
|
|
Loading…
Reference in New Issue