mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/avalanche: add package/speed to platform.device
This commit is contained in:
parent
953b1f70df
commit
9df75d7d63
1 changed files with 1 additions and 1 deletions
|
@ -86,4 +86,4 @@ class Platform(MicrosemiPlatform):
|
||||||
default_clk_period = 20.0
|
default_clk_period = 20.0
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
MicrosemiPlatform.__init__(self, "MPF300TS_ES", _io)
|
MicrosemiPlatform.__init__(self, "MPF300TS_ES-FCG484-1", _io)
|
||||||
|
|
Loading…
Reference in a new issue