From 53cdcad4f68280a7498a900f459442886e97c883 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Wed, 13 Feb 2019 21:47:10 -0800 Subject: [PATCH] Imports for If, Case, Else not possible --- TLB/PermissionValidator.py | 2 +- TLB/TLB.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2