platforms/targets: switch to LiteX-Boards.

This commit is contained in:
Florent Kermarrec 2021-01-04 14:14:45 +01:00
parent f78400aa29
commit f7a9672284
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ import argparse
from migen import *
from litex.boards.platforms import arty
from litex.boards.targets.arty import *
from litex_boards.platforms import arty
from litex_boards.targets.arty import *
from litescope import LiteScopeAnalyzer