Commit a651e77b authored by Jim's avatar Jim
Browse files

remove test code

parent 9d772b9a
...@@ -64,7 +64,7 @@ if __name__ == "__main__": ...@@ -64,7 +64,7 @@ if __name__ == "__main__":
"--direction", # we keep 'direction' option for backward compatibility "--direction", # we keep 'direction' option for backward compatibility
"-a", "-a",
"--api", "--api",
default='bwd', default='fwd',
required=False, required=False,
help="supply API(s) to generate (default: fwd). separated by comma." help="supply API(s) to generate (default: fwd). separated by comma."
) )
...@@ -99,7 +99,7 @@ if __name__ == "__main__": ...@@ -99,7 +99,7 @@ if __name__ == "__main__":
parser.add_argument( parser.add_argument(
"-r", "-r",
"--receipt", "--receipt",
default=3, default=0,
required=False, required=False,
help="codegen receipt. 0: generate only 8xhdim coverage\n" + \ help="codegen receipt. 0: generate only 8xhdim coverage\n" + \
" 1: generate more instance to cover all hdim\n" + \ " 1: generate more instance to cover all hdim\n" + \
......
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