Crate vlsir

Source
Expand description

§Vlsir ProtoBuf Definitions

Re-exports§

pub use circuit::Interface;
pub use circuit::Module;
pub use conv::from_bytes;
pub use conv::open;
pub use conv::save;
pub use conv::to_bytes;
pub use conv::ProtoFile;
pub use raw::Abstract;
pub use raw::AbstractPort;
pub use raw::Cell;
pub use raw::Layout;
pub use raw::Library;
pub use raw::Instance;
pub use raw::Layer;
pub use raw::LayerShapes;
pub use raw::Path;
pub use raw::Point;
pub use raw::Polygon;
pub use raw::Rectangle;
pub use raw::TextElement;
pub use raw::Units;
pub use tech::Technology;
pub use tech::Package;
pub use tech::LayerPurpose;
pub use tech::LayerPurposeType;
pub use tech::LayerInfo;
pub use utils::*;

Modules§

circuit
Circuit Protobuf Definitions
conv
ProtoBuf Conversion Utilities
raw
Raw-Layout Protobuf Definitions
spice
Spice Protobuf Definitions
tech
Technology Protobuf Definitions
tetris
Tetris Gridded-Layout Protobuf Definitions
utils
Vlsir Utilities Protobuf Definitions