aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-12-02 14:20:39 +0100
committergatecat <gatecat@ds0.me>2022-12-02 14:20:39 +0100
commitc62a947a2804c3027471b20815c7544e0fd698d0 (patch)
tree2448ccfe4af883e8f8f86a2c7efb0bffa52576e3 /ice40
parentf07d9a18356ec8df74d9c42693f7b9307e390a7f (diff)
downloadnextpnr-c62a947a2804c3027471b20815c7544e0fd698d0.tar.gz
nextpnr-c62a947a2804c3027471b20815c7544e0fd698d0.tar.bz2
nextpnr-c62a947a2804c3027471b20815c7544e0fd698d0.zip
api: Make NetInfo* of checkPipAvailForNet const
Signed-off-by: gatecat <gatecat@ds0.me>
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;