You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the hierarchy structure of instances, and in the parentheses is the corresponding definition.
top
|- inst0 (Foo)
`- inst1 (Foo)
Foo
`- inv (INV)
The flatten function cannot handle this case, because it remove cables and pins in Foo when meet top/inst0. Then when meet inst1, it cannot reconnect the wires again for top/inst1
Looking at it a little closer, it seems that you must run uniquify before flattening. So I don't think this is a bug. The documentation should be improved to indicate the uniquify requirement.
Here is the hierarchy structure of instances, and in the parentheses is the corresponding definition.
top
|- inst0 (Foo)
`- inst1 (Foo)
Foo
`- inv (INV)
The flatten function cannot handle this case, because it remove cables and pins in Foo when meet top/inst0. Then when meet inst1, it cannot reconnect the wires again for top/inst1
Here is an example.
Generate EDIF:
EDIF:
Flatten Netlist:
The text was updated successfully, but these errors were encountered: