mirror of https://github.com/openXC7/prjxray.git
Merge pull request #676 from mithro/small-htmlgen-fix
Fix the output of internal routing MUXs in the CLBs.
This commit is contained in:
commit
3ee59754d9
|
|
@ -110,7 +110,7 @@ def db_read(dbstate, tiletype, db_dir):
|
||||||
add_pip_bits(tag, bits)
|
add_pip_bits(tag, bits)
|
||||||
|
|
||||||
elif tiletype in ["clbll_l", "clbll_r", "clblm_l", "clblm_r"] and \
|
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)
|
add_pip_bits(tag, bits)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue