Fix wrapping.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2018-02-06 09:52:10 -08:00
parent cf64309ee3
commit 21a33e50a1
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ for segname, segdata in grid["segments"].items():
print(" loading %s segbits." % segtype)
with db_open("segbits_%s.db" % segtype) as f:
for line in f:
if re.search(r"(\.[ABCD](5?FF|OUT)MUX\.)|(\.PRECYINIT\.)", line):
if re.search(r"(\.[ABCD](5?FF|OUT)MUX\.)|(\.PRECYINIT\.)",
line):
add_pip_bits(line)
else:
add_single_bit(line)