examples/arty: Use full import.
This commit is contained in:
parent
d1c480d0e8
commit
2fc04386d3
|
@ -21,8 +21,8 @@ import argparse
|
||||||
|
|
||||||
from migen import *
|
from migen import *
|
||||||
|
|
||||||
from litex_boards.platforms import arty
|
from litex_boards.platforms import digilent_arty
|
||||||
from litex_boards.targets.arty import *
|
from litex_boards.targets.digilent_arty import *
|
||||||
|
|
||||||
from litescope import LiteScopeAnalyzer
|
from litescope import LiteScopeAnalyzer
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ from litescope import LiteScopeAnalyzer
|
||||||
|
|
||||||
class LiteScopeSoC(BaseSoC):
|
class LiteScopeSoC(BaseSoC):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
platform = arty.Platform()
|
platform = digilent_arty.Platform()
|
||||||
|
|
||||||
# BaseSoC ----------------------------------------------------------------------------------
|
# BaseSoC ----------------------------------------------------------------------------------
|
||||||
BaseSoC.__init__(self,
|
BaseSoC.__init__(self,
|
||||||
|
|
Loading…
Reference in New Issue