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/kc705.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nmigen_boards/kc705.py') diff --git a/nmigen_boards/kc705.py b/nmigen_boards/kc705.py index bc889de..149f866 100644 --- a/nmigen_boards/kc705.py +++ b/nmigen_boards/kc705.py @@ -3,7 +3,7 @@ import subprocess from nmigen.build import * from nmigen.vendor.xilinx_7series import * -from .dev import * +from .resources import * __all__ = ["KC705Platform"] -- cgit v1.2.3