Disabled emission of HCLK_CMT_MUX_CLKINT_n_USED tags.

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2020-05-04 09:19:10 +02:00
parent 08e8d1b118
commit 317f8691f7
1 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,11 @@ def main():
if "FREQ_REF" in port:
continue
# There seems to be no special bits related to use of
# HCLK_CMT_MUX_CLKINT_n wires.
if "HCLK_CMT_MUX_CLKINT" in port:
continue
# It seems that CCIOn_USED is not enabled when a net goes through
# FREQ_REFn. Do not emit this tag if this happens.
if "CCIO" in port: