mirror of https://github.com/openXC7/prjxray.git
Update intpips experiment
Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
919888dc9e
commit
612e5b10cd
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
N := 1
|
||||
N := 5
|
||||
SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N)))
|
||||
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
|
||||
|
||||
|
|
|
|||
|
|
@ -42,10 +42,8 @@ for tile, pips_srcs_dsts in tiledata.items():
|
|||
for pip, src_dst in pipdata.items():
|
||||
if pip in pips:
|
||||
segmk.addtag(tile, pip, 1)
|
||||
else:
|
||||
src, dst = src_dst
|
||||
if (src not in srcs) and (dst not in dsts):
|
||||
segmk.addtag(tile, pip, 0)
|
||||
elif src_dst[1] not in dsts:
|
||||
segmk.addtag(tile, pip, 0)
|
||||
|
||||
segmk.compile()
|
||||
segmk.write()
|
||||
|
|
|
|||
Loading…
Reference in New Issue