From b122f07896951b1bee38134f3f85a5c9be2e5869 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 4 Jun 2019 20:30:04 +0200 Subject: [PATCH] fuzzers: 007: do not emit clk -> clk timing checks Signed-off-by: Karol Gugala --- fuzzers/007-timing/bel/tim2json.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuzzers/007-timing/bel/tim2json.py b/fuzzers/007-timing/bel/tim2json.py index d635aa5f..c82d3eee 100644 --- a/fuzzers/007-timing/bel/tim2json.py +++ b/fuzzers/007-timing/bel/tim2json.py @@ -345,7 +345,8 @@ def read_raw_timings(fin, properties, pins, site_pins, pin_alias_map): speed_model = delay_btype + speed_model_clean if sequential is not None: - if bel_output is None and bel_clock is None: + if bel_output is None and bel_clock is None or \ + bel_output is None and bel_clock == bel_input: delay_loc += 6 continue else: