Module libreda_db::flat_view

source ·
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

  • Wrapper around ID types. This wrapper makes sure that the flat view uses other ID types than the underlying hierarchical 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.