Skip to content

Commit 7e850b6

Browse files
authored
Merge pull request #56 from antmicro/add-site-to-phys-pip
schema: physical: add site information to physicalPip
2 parents c4d3fd9 + 143a37c commit 7e850b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

interchange/PhysicalNetlist.capnp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ struct PhysNetlist {
131131
wire1 @2 : StringIdx $stringRef();
132132
forward @3 : Bool;
133133
isFixed @4 : Bool;
134+
# In case of a pseudo PIP also the traversed site
135+
# needs to be added to the PhysPIP object
136+
union {
137+
noSite @5: Void;
138+
# It is assumed that a pseudo PIP can traverse one
139+
# site only
140+
site @6: StringIdx $stringRef();
141+
}
134142
}
135143

136144
struct PhysSitePIP {

0 commit comments

Comments
 (0)