From 7ea81c43da97953de68f61fafb277e6f6a83e631 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 27 Oct 2015 20:00:36 +0100 Subject: icetime progress --- icetime/mktest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icetime/mktest.py') diff --git a/icetime/mktest.py b/icetime/mktest.py index b7f4b2e..c6c4c32 100644 --- a/icetime/mktest.py +++ b/icetime/mktest.py @@ -55,7 +55,7 @@ os.rename("%s.v" % sys.argv[1], "%s_in.v" % sys.argv[1]) with open("%s_ref.v" % sys.argv[1], "w") as f: for line in open("%s.vsb" % sys.argv[1], "r"): - zspan_hack = True + zspan_hack = False line = line.replace(" Span4Mux_s0_h ", " Span4Mux_h0 " if zspan_hack else " Span4Mux_h0 ") line = line.replace(" Span4Mux_s1_h ", " Span4Mux_h0 " if zspan_hack else " Span4Mux_h1 ") -- cgit v1.2.3