mirror of https://github.com/openXC7/prjxray.git
segprint: ignore hint pips
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
334f28a9a4
commit
aefe1a9534
|
|
@ -57,7 +57,7 @@ def get_database(db, tile_type, verbose=False):
|
||||||
# second part forms a tuple refereced in sets
|
# second part forms a tuple refereced in sets
|
||||||
return (isset, (int(frame, 10), int(word, 10)))
|
return (isset, (int(frame, 10), int(word, 10)))
|
||||||
|
|
||||||
if parts[1] == 'always':
|
if parts[1] == 'always' or parts[1] == 'hint':
|
||||||
tagbits = []
|
tagbits = []
|
||||||
else:
|
else:
|
||||||
tagbits = [parsetag(x) for x in parts[1:]]
|
tagbits = [parsetag(x) for x in parts[1:]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue