Expand description
Wrapper around a netlist which provides an on-the-fly flat view of a certain cell. The presented view is flattened until leaf cells. Internally this works by using component IDs that are actually paths through the hierarchy.
Structsยง
- FlatId
- Wrapper around ID types. This wrapper makes sure that the flat view uses other ID types than the underlying hierarchical view.
- Flat
View - Wrapper around a netlist which provides an on-the-fly flat view of a certain cell. The presented view is flattened until leaf cells. Internally this works by using component IDs that are actually paths through the hierarchy.