Commit 4b72f293 by Tianqi Chen Committed by GitHub

Fix verilog testcase (#1047)

parent 1ab05faf
......@@ -18,7 +18,7 @@ def lower(s, args, name):
stmt = tvm.ir_pass.CanonicalSimplify(stmt)
stmt = tvm.ir_pass.Simplify(stmt)
stmt = tvm.ir_pass.SplitPipeline(stmt, True)
fapi = tvm.ir_pass.MakeAPI(stmt, name, arg_list, 0)
fapi = tvm.ir_pass.MakeAPI(stmt, name, arg_list, 0, True)
return fapi
@tvm.register_func
......
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