Imports for If, Case, Else not possible
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Thu, 14 Feb 2019 05:47:10 +0000 (21:47 -0800)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Thu, 14 Feb 2019 05:47:10 +0000 (21:47 -0800)
TLB/PermissionValidator.py
TLB/TLB.py

index e7c3b774625ca32d5b7c3cf709c035afbb307ec6..4e4b791865c58613b92ddfd0a0426c7b9c80a0aa 100644 (file)
@@ -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
index 4727278bec4b2cc01f63a0c128d3c4bbb8e88e57..7c68e4a8f0f60d69c805b86b39d17cb712018699 100644 (file)
@@ -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