Module libreda_db::l2n

source ·
Expand description

Trait definitions for layouts fused with netlists.

Re-exports§

  • pub use portrait_items_6c2015a16905582a1547317087560fc4 as L2NBaseMT;
  • pub use portrait_items_94fb7216485b70f31d0e7ce104f5c619 as L2NBase;
  • pub use portrait_items_f9ac4e5f9e54046c4fed5ae42f22c89e as L2NEdit;

Modules§

Traits§

  • Fused layout and netlist view. This trait makes the link between netlist elements and layout elements.
  • Helper trait which constrains L2NBase for such that ID types are Send and Sync as commonly used for parallel algorithms.
  • Fused layout and netlist view. This trait makes the link between netlist elements and layout elements.
  • Defines ID types of a netlist and layout. Implemented automatically.