From 5e1a5b6ba7b882daa5851468f7883ffa3a5f147f Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Wed, 24 Jun 2020 16:36:31 +0200 Subject: [PATCH] CSR: Export Wishbone bridge from nmigen_soc.csr --- nmigen_soc/csr/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nmigen_soc/csr/__init__.py b/nmigen_soc/csr/__init__.py index 35bfd29..3ba9207 100644 --- a/nmigen_soc/csr/__init__.py +++ b/nmigen_soc/csr/__init__.py @@ -1,2 +1,3 @@ from .bus import * from .event import * +from .wishbone import WishboneCSRBridge as WishboneBridge