The hierarchical dot backend use sym.blk.s and bound.parent.s to keep track of the "parent" sym to draw the hierarchical graph. But both are not defined outside accel scope and inside IfAndElse. I added DefiningBlk for nodes inside IfAndElse and outside accel in 9d09bd4ec15c6dac1500d7ded6511b73c10a89ec. Just wanna make sure this is okay. Also for bound syms outside accel, there doesn't seems to be anything linking itself to its definition sym. For example
It'd be nice to have something link b9 to x978. I was wondering if it's okay to define Block or Ctrl on b9, or I can use new metadata to keep track of this.
The hierarchical dot backend use
sym.blk.s
andbound.parent.s
to keep track of the "parent" sym to draw the hierarchical graph. But both are not defined outside accel scope and inside IfAndElse. I added DefiningBlk for nodes inside IfAndElse and outside accel in 9d09bd4ec15c6dac1500d7ded6511b73c10a89ec. Just wanna make sure this is okay. Also for bound syms outside accel, there doesn't seems to be anything linking itself to its definition sym. For exampleIt'd be nice to have something link
b9
tox978
. I was wondering if it's okay to define Block or Ctrl on b9, or I can use new metadata to keep track of this.