mirror of https://codeberg.org/topola/topola.git
dsn: layout may contain multiple planes
This commit is contained in:
parent
803d8edf94
commit
4689bc8e37
|
|
@ -55,7 +55,7 @@ pub struct Unit(pub String);
|
|||
pub struct Structure {
|
||||
pub layers: Vec<Layer>,
|
||||
pub boundary: Boundary,
|
||||
pub plane: Option<Plane>,
|
||||
pub plane: Vec<Plane>,
|
||||
pub vias: Vias,
|
||||
pub rule: Rule,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue