fuzzers: 007: do not emit clk -> clk timing checks

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2019-06-04 20:30:04 +02:00
parent 209240e77f
commit b122f07896
1 changed files with 2 additions and 1 deletions

View File

@ -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: