aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorYRabbit <rabbit@yrabbit.cyou>2022-12-04 21:33:36 +1000
committerYRabbit <rabbit@yrabbit.cyou>2022-12-04 21:33:36 +1000
commite6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e (patch)
tree4065a6dbc408bd4b76563ab6c86a1e84fc388394 /ice40
parent2e68962a025999ec85276f6362540c13ccfcd752 (diff)
parentdb25c5c88998aa73725f2a4625d74f38615aaa82 (diff)
downloadnextpnr-e6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e.tar.gz
nextpnr-e6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e.tar.bz2
nextpnr-e6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e.zip
Merge branch 'master' into pll-pins
Diffstat (limited to 'ice40')
-rw-r--r--ice40/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 5ed2347d..498a8b71 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -680,7 +680,7 @@ struct Arch : BaseArch<ArchRanges>
return switches_locked[pi.switch_index] == WireId();
}
- bool checkPipAvailForNet(PipId pip, NetInfo *net) const override
+ bool checkPipAvailForNet(PipId pip, const NetInfo *net) const override
{
if (ice40_pip_hard_unavail(pip))
return false;