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:
Clifford Wolf 2017-11-20 02:36:48 +00:00 committed by Tim 'mithro' Ansell
parent b762089217
commit ba705be9ae
8 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ with open("design.txt", "r") as f:
tiledata[tile]["srcs"].add(dst)
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)
for tile, pips_srcs_dsts in tiledata.items():