projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb284e
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 6 Oct 2021 12:32:14 +0000
(13:32 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 1 Nov 2021 18:44:39 +0000
(18:44 +0000)
src/nmutil/plru.py
patch
|
blob
|
history
diff --git
a/src/nmutil/plru.py
b/src/nmutil/plru.py
index 2f0642ec6577db267d5245d12ef9292e0aa7e05a..a677b946773770a2ce9afe21c65cb27780d8aefb 100644
(file)
--- a/
src/nmutil/plru.py
+++ b/
src/nmutil/plru.py
@@
-114,4
+114,3
@@
if __name__ == '__main__':
vl = rtlil.convert(dut, ports=dut.ports())
with open("test_plru.il", "w") as f:
f.write(vl)
-