htmlgen: pip add PRECYINIT

Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
John McMaster 2017-12-08 18:08:23 -08:00 committed by Tim 'mithro' Ansell
parent 0cd9bc59cd
commit 2ee0ce93c1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ for segname, segdata in grid["segments"].items():
print("Loading %s segbits." % segtype)
with open("../database/%s/segbits_%s.db" % (os.getenv("XRAY_DATABASE"), segtype)) as f:
for line in f:
if re.search(r"\.[ABCD]MUX\.", line):
if re.search(r"(\.[ABCD]MUX\.)|(\.PRECYINIT\.)", line):
add_pip_bits(line)
else:
add_single_bit(line)