From 317f8691f7d6248f71d03843f8748bc16c0f5421 Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Mon, 4 May 2020 09:19:10 +0200 Subject: [PATCH] Disabled emission of HCLK_CMT_MUX_CLKINT_n_USED tags. Signed-off-by: Maciej Kurc --- fuzzers/045-hclk-cmt-pips/generate.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fuzzers/045-hclk-cmt-pips/generate.py b/fuzzers/045-hclk-cmt-pips/generate.py index ad6e992d..79b08435 100644 --- a/fuzzers/045-hclk-cmt-pips/generate.py +++ b/fuzzers/045-hclk-cmt-pips/generate.py @@ -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: