From: Daniel Benusovich Date: Thu, 14 Feb 2019 05:47:10 +0000 (-0800) Subject: Imports for If, Case, Else not possible X-Git-Tag: div_pipeline~2407 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53cdcad4f68280a7498a900f459442886e97c883;p=soc.git Imports for If, Case, Else not possible --- diff --git a/TLB/PermissionValidator.py b/TLB/PermissionValidator.py index e7c3b774..4e4b7918 100644 --- a/TLB/PermissionValidator.py +++ b/TLB/PermissionValidator.py @@ -1,4 +1,4 @@ -from nmigen import Signal, Module, If, Else +from nmigen import Signal from nmigen.cli import main # The expected form of the data is diff --git a/TLB/TLB.py b/TLB/TLB.py index 4727278b..7c68e4a8 100644 --- a/TLB/TLB.py +++ b/TLB/TLB.py @@ -1,4 +1,4 @@ -from nmigen import Signal, Memory, Module, Case, If +from nmigen import Memory, Module, Signal from nmigen.cli import main from PermissionValidator import PermissionValidator