From c7c637043817eae6f48c33b707b40c9c1b20f199 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 3 Oct 2019 05:54:12 +0000 Subject: Reorganize resource taxonomy. The current hierarchy isn't particularly well suited to resources like SDRAM or NOR flash, so make it much less fine-grained but easier to use and less nitpicky. --- nmigen_boards/icestick.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nmigen_boards/icestick.py') diff --git a/nmigen_boards/icestick.py b/nmigen_boards/icestick.py index 763eaee..c6cdfe7 100644 --- a/nmigen_boards/icestick.py +++ b/nmigen_boards/icestick.py @@ -3,8 +3,7 @@ import subprocess from nmigen.build import * from nmigen.vendor.lattice_ice40 import * -from .dev import * -from .dev.uart import IrDAResource +from .resources import * __all__ = ["ICEStickPlatform"] -- cgit v1.2.3