Commit 7404953b by lvzhengyang

add a op support

parent 581d8f0f
......@@ -476,8 +476,9 @@ class DFGExtractor(AnynodeVisitor):
if node.parent.name == "FalseBlock":
tlabel = 3
self.add_edge(self.node_dict[node.name],self.node_dict[self.conditions[0]], label = tlabel)
if node.name.startswith("Cond_If"):
assert False,"Exist if in design!"
# (zhengyang) temp removal
# if node.name.startswith("Cond_If"):
# assert False,"Exist if in design!"
self.if_scope = "If"
self.conditions.insert(0,node.name)
self.ast_branch = node.name
......
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