mirror of https://github.com/openXC7/prjxray.git
segmaker: fix bug when try site but not tile tag
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
d937e9c049
commit
6ef57ba16c
|
|
@ -271,7 +271,8 @@ class Segmaker:
|
|||
# XXX: does this come from name?
|
||||
tag = tag.replace(".SLICEM.", ".")
|
||||
tag = tag.replace(".SLICEL.", ".")
|
||||
segments[segname]["tags"][tag] = value
|
||||
segment = getseg(segname)
|
||||
segment["tags"][tag] = value
|
||||
sites_used.add(site)
|
||||
|
||||
tile_type = tiledata["type"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue