From 8df8e72810c8250356fbe55262c9ba043eee8ade Mon Sep 17 00:00:00 2001 From: honzastor Date: Mon, 22 Mar 2021 00:31:59 +0100 Subject: [PATCH] Test commit --- arithmetic_circuits_generator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/arithmetic_circuits_generator.py b/arithmetic_circuits_generator.py index 545a90b..e000b8b 100644 --- a/arithmetic_circuits_generator.py +++ b/arithmetic_circuits_generator.py @@ -29,7 +29,6 @@ if __name__ == "__main__": #arrmul.get_v_code_flat(open("arrmul_test.v", "w")) #arrmul.get_blif_code_flat(open("arrmul_test.blif", "w")) - w1 = wire(name="a") w2 = wire(name="b") w3 = wire(name="cin")