From 99e397000c2bc8a80354c31ef259c6715dd142ff Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 11 Feb 2021 14:10:03 -0800 Subject: Add getBelHidden and add some missing "override" statements. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/arch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fpga_interchange') diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h index fd2d16a2..5964a38f 100644 --- a/fpga_interchange/arch.h +++ b/fpga_interchange/arch.h @@ -824,8 +824,7 @@ struct Arch : ArchAPI return false; } - // TODO: this needs to become part of the Arch API - bool getBelHidden(BelId bel) const { return bel_info(chip_info, bel).category != BEL_CATEGORY_LOGIC; } + bool getBelHidden(BelId bel) const override { return bel_info(chip_info, bel).category != BEL_CATEGORY_LOGIC; } IdString getBelType(BelId bel) const override { -- cgit v1.2.3