whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 6 Oct 2021 12:32:14 +0000 (13:32 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 1 Nov 2021 18:44:39 +0000 (18:44 +0000)
src/nmutil/plru.py

index 2f0642ec6577db267d5245d12ef9292e0aa7e05a..a677b946773770a2ce9afe21c65cb27780d8aefb 100644 (file)
@@ -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)
-