From: Jean THOMAS Date: Wed, 10 Jun 2020 10:12:44 +0000 (+0200) Subject: Remove Peripheral inheritance in multiplexer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=163e3cd460bbfc30f660469240d3fb88e97c7a33;p=gram.git Remove Peripheral inheritance in multiplexer --- diff --git a/gram/core/multiplexer.py b/gram/core/multiplexer.py index 6c91f9b..6e3584a 100644 --- a/gram/core/multiplexer.py +++ b/gram/core/multiplexer.py @@ -12,8 +12,6 @@ from operator import or_, and_ from nmigen import * -from lambdasoc.periph import Peripheral - from gram.common import * import gram.stream as stream from gram.compat import RoundRobin, delayed_enter @@ -219,7 +217,7 @@ class _Steerer(Elaboratable): # Multiplexer -------------------------------------------------------------------------------------- -class Multiplexer(Peripheral, Elaboratable): +class Multiplexer(Elaboratable): """Multplexes requets from BankMachines to DFI This module multiplexes requests from BankMachines (and Refresher) and