Struct libreda_lefdef::def_ast::Row
source · pub struct Row {
pub site_name: String,
pub orig: (Coord, Coord),
pub site_orient: Orient,
pub step_pattern: RowStepPattern,
pub properties: BTreeMap<String, PropertyValue>,
}Expand description
Definition of a standard-cell row.
Fields§
§site_name: StringName of the site where this row is located.
orig: (Coord, Coord)Origin of the row.
site_orient: OrientOrientation of all sites in the row.
step_pattern: RowStepPatternSpecify the repetition pattern of the referenced site.
properties: BTreeMap<String, PropertyValue>Properties associated with the row.