mirror of https://github.com/m-labs/artiq.git
targets: make number of ethmac slots consistent
This commit is contained in:
parent
90ac915dd1
commit
aafefee7f5
|
@ -34,6 +34,8 @@ class Master(MiniSoC, AMPSoC):
|
|||
sdram_controller_type="minicon",
|
||||
l2_size=128*1024,
|
||||
ident=artiq_version,
|
||||
ethmac_nrxslots=4,
|
||||
ethmac_ntxslots=4,
|
||||
**kwargs)
|
||||
AMPSoC.__init__(self)
|
||||
|
||||
|
|
|
@ -169,6 +169,8 @@ class Phaser(MiniSoC, AMPSoC):
|
|||
sdram_controller_type="minicon",
|
||||
l2_size=128*1024,
|
||||
ident=artiq_version,
|
||||
ethmac_nrxslots=4,
|
||||
ethmac_ntxslots=4,
|
||||
**kwargs)
|
||||
AMPSoC.__init__(self)
|
||||
self.platform.toolchain.bitstream_commands.extend([
|
||||
|
|
Loading…
Reference in New Issue