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/resources/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nmigen_boards/resources/__init__.py (limited to 'nmigen_boards/resources/__init__.py') diff --git a/nmigen_boards/resources/__init__.py b/nmigen_boards/resources/__init__.py new file mode 100644 index 0000000..531eb5e --- /dev/null +++ b/nmigen_boards/resources/__init__.py @@ -0,0 +1,4 @@ +from .display import * +from .interface import * +from .memory import * +from .user import * -- cgit v1.2.3