Commit 03961e2a by Eddie Hung

Add "cd" to scriptwire

parent f044b66b
...@@ -48,7 +48,7 @@ for fn in glob.glob('*.v'): ...@@ -48,7 +48,7 @@ for fn in glob.glob('*.v'):
print(''' print('''
`ifndef _AUTOTB `ifndef _AUTOTB
module __test ; module __test ;
wire [4095:0] assert_area = "%s"; wire [4095:0] assert_area = "cd; %s";
endmodule endmodule
`endif `endif
''' % '; '.join(assert_area), file=f) ''' % '; '.join(assert_area), file=f)
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