aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 7efa733c..d1c70f9a 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -531,9 +531,9 @@ struct Arch : BaseCtx
DelayInfo delay;
NPNR_ASSERT(wire != WireId());
if (fast_part)
- delay.delay = chip_info->wire_data[wire.index].fast_delay;
+ delay.delay = chip_info->wire_data[wire.index].fast_delay;
else
- delay.delay = chip_info->wire_data[wire.index].slow_delay;
+ delay.delay = chip_info->wire_data[wire.index].slow_delay;
return delay;
}