projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc72615
)
remove unused import
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 6 Jan 2022 02:14:39 +0000
(18:14 -0800)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 6 Jan 2022 02:14:39 +0000
(18:14 -0800)
src/nmutil/lut.py
patch
|
blob
|
history
diff --git
a/src/nmutil/lut.py
b/src/nmutil/lut.py
index 0094bcab234f3dfa0e17ec33b389357551372682..7ad9018b45fbd1894f44968020c06c7fc8cb512a 100644
(file)
--- a/
src/nmutil/lut.py
+++ b/
src/nmutil/lut.py
@@
-15,7
+15,6
@@
https://www.felixcloutier.com/x86/vpternlogd:vpternlogq
from nmigen.hdl.ast import Array, Cat, Repl, Signal
from nmigen.hdl.dsl import Module
from nmigen.hdl.ir import Elaboratable
-from nmigen.cli import rtlil
from dataclasses import dataclass