examples/arty: Use full import.

This commit is contained in:
Florent Kermarrec 2022-05-02 13:34:19 +02:00
parent d1c480d0e8
commit 2fc04386d3
1 changed files with 3 additions and 3 deletions

View File

@ -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,