From b968cfade961a329c26035ef8bfdf3058e95a9f1 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 10 Dec 2021 07:38:00 +0000 Subject: Rename nMigen to Amaranth HDL. --- amaranth_boards/resources/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 amaranth_boards/resources/__init__.py (limited to 'amaranth_boards/resources/__init__.py') diff --git a/amaranth_boards/resources/__init__.py b/amaranth_boards/resources/__init__.py new file mode 100644 index 0000000..531eb5e --- /dev/null +++ b/amaranth_boards/resources/__init__.py @@ -0,0 +1,4 @@ +from .display import * +from .interface import * +from .memory import * +from .user import * -- cgit v1.2.3