mirror of https://github.com/openXC7/prjxray.git
Disabled emission of HCLK_CMT_MUX_CLKINT_n_USED tags.
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
08e8d1b118
commit
317f8691f7
|
|
@ -125,6 +125,11 @@ def main():
|
||||||
if "FREQ_REF" in port:
|
if "FREQ_REF" in port:
|
||||||
continue
|
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
|
# It seems that CCIOn_USED is not enabled when a net goes through
|
||||||
# FREQ_REFn. Do not emit this tag if this happens.
|
# FREQ_REFn. Do not emit this tag if this happens.
|
||||||
if "CCIO" in port:
|
if "CCIO" in port:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue