Commit 0dd66c74 by Eddie Hung

Fix remaining tests

parent d8fdc57e
......@@ -247,7 +247,7 @@ generate
end
end
end
assign z = int[depth-1];
assign q = int[depth-1];
endgenerate
endmodule'''.format(i))
......@@ -272,6 +272,6 @@ generate
end
end
end
assign z = int[l];
assign q = int[l];
endgenerate
endmodule'''.format(i))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment