aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-12 09:53:50 +0000
committerGitHub <noreply@github.com>2021-02-12 09:53:50 +0000
commit5dfbe703ae26e6af2a1a687c06f001b6788d6fc8 (patch)
tree85a04ec931762d61c0ef668bc404d00bd4c699bc /ecp5
parente376f950fe683b9a744437301a9e09eae1895efa (diff)
parent99e397000c2bc8a80354c31ef259c6715dd142ff (diff)
downloadnextpnr-5dfbe703ae26e6af2a1a687c06f001b6788d6fc8.tar.gz
nextpnr-5dfbe703ae26e6af2a1a687c06f001b6788d6fc8.tar.bz2
nextpnr-5dfbe703ae26e6af2a1a687c06f001b6788d6fc8.zip
Merge pull request #581 from litghost/add_isbelhidden
Add getBelHidden and add some missing "override" statements.
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index de8b225e..d5edd88e 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -601,7 +601,7 @@ struct Arch : BaseArch<ArchRanges>
return range;
}
- std::vector<IdString> getBelPins(BelId bel) const;
+ std::vector<IdString> getBelPins(BelId bel) const override;
// -------------------------------------------------