mirror of https://github.com/openXC7/prjxray.git
Move 055-gndvcc to experiments
Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
b762089217
commit
ba705be9ae
|
|
@ -41,7 +41,7 @@ with open("design.txt", "r") as f:
|
||||||
tiledata[tile]["srcs"].add(dst)
|
tiledata[tile]["srcs"].add(dst)
|
||||||
tiledata[tile]["dsts"].add(src)
|
tiledata[tile]["dsts"].add(src)
|
||||||
|
|
||||||
if pnum == 1 or pdir == 0 or not re.match(r"^(SRC|GND)_WIRE$", src):
|
if pnum == 1 or pdir == 0 or not re.match(r"^(VCC|GND)_WIRE$", src):
|
||||||
ignpip.add(pip)
|
ignpip.add(pip)
|
||||||
|
|
||||||
for tile, pips_srcs_dsts in tiledata.items():
|
for tile, pips_srcs_dsts in tiledata.items():
|
||||||
Loading…
Reference in New Issue