Skip to content
Snippets Groups Projects
Commit 4b72f293 authored by Tianqi Chen's avatar Tianqi Chen Committed by GitHub
Browse files

Fix verilog testcase (#1047)

parent 1ab05faf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment