aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authormyrtle <gatecat@ds0.me>2022-12-04 12:27:53 +0100
committerGitHub <noreply@github.com>2022-12-04 12:27:53 +0100
commitdb25c5c88998aa73725f2a4625d74f38615aaa82 (patch)
tree54b19ced7d12dcc3f61f6c21b1500721370b8ee4 /ice40
parentf07d9a18356ec8df74d9c42693f7b9307e390a7f (diff)
parent91454515f4a0d87f42af7cd61cdf925c8fdb9229 (diff)
downloadnextpnr-db25c5c88998aa73725f2a4625d74f38615aaa82.tar.gz
nextpnr-db25c5c88998aa73725f2a4625d74f38615aaa82.tar.bz2
nextpnr-db25c5c88998aa73725f2a4625d74f38615aaa82.zip
Merge pull request #1054 from YosysHQ/gatecat/api-add-const
api: Make NetInfo* of checkPipAvailForNet const
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;