mirror of https://github.com/openXC7/prjxray.git
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:
parent
0cd9bc59cd
commit
2ee0ce93c1
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue