Module libreda_db::l2n

source ·
Expand description

Trait definitions for layouts fused with netlists.

Re-exports§

  • pub use portrait_items_ff3afbf464ccdcd4b0e2c0a467c28cd2 as L2NBaseMT;
  • pub use portrait_items_f45f03ec95a08b508b893ecf55e85e3c as L2NBase;
  • pub use portrait_items_6b5a172366133412e17458104d012f93 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.