mirror of https://github.com/openXC7/prjxray.git
fuzzers: 007: restore missing continue
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
c9d661d161
commit
26614e5ed4
|
|
@ -338,6 +338,7 @@ def read_raw_timings(fin, properties, pins, site_pins, pin_alias_map):
|
|||
# if we still don't have input, give up
|
||||
if bel_input is None:
|
||||
delay_loc += 6
|
||||
continue
|
||||
|
||||
# restore speed model name
|
||||
speed_model = delay_btype + speed_model_clean
|
||||
|
|
|
|||
Loading…
Reference in New Issue