Merge pull request #676 from mithro/small-htmlgen-fix

Fix the output of internal routing MUXs in the CLBs.
This commit is contained in:
litghost 2019-02-26 22:28:56 -08:00 committed by GitHub
commit 3ee59754d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def db_read(dbstate, tiletype, db_dir):
add_pip_bits(tag, bits)
elif tiletype in ["clbll_l", "clbll_r", "clblm_l", "clblm_r"] and \
re.search(r"(\.[ABCD]MUX\.)|(\.PRECYINIT\.)", tag):
re.search(r"(\.[ABCD].*MUX\.)|(\.PRECYINIT\.)", tag):
add_pip_bits(tag, bits)
else: