Skip to content

Commit

Permalink
lattice_certus_prox_nx: Add missing OpenFPGAALoader import.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 1, 2024
1 parent 1c06988 commit 7a157d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions litex_boards/platforms/lattice_certuspro_nx_evn.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from litex.build.generic_platform import *
from litex.build.lattice import LatticeNexusPlatform
from litex.build.openfpgaloader import OpenFPGALoader

# IOs ----------------------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions litex_boards/platforms/lattice_certuspro_nx_vvml.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from litex.build.generic_platform import *
from litex.build.lattice import LatticeNexusPlatform
from litex.build.openfpgaloader import OpenFPGALoader

# IOs ----------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 7a157d7

Please sign in to comment.