From 423a10bc31a20bbdd03e85754971878f5a57f89b Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 23 Feb 2021 13:49:01 -0800 Subject: Change CellInfo in getBelPinsForCellPin to be const. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga_interchange') diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h index 82a2788b..1118a96b 100644 --- a/fpga_interchange/arch.h +++ b/fpga_interchange/arch.h @@ -1033,7 +1033,7 @@ struct Arch : ArchAPI return str_range; } - const std::vector &getBelPinsForCellPin(CellInfo *cell_info, IdString pin) const override + const std::vector &getBelPinsForCellPin(const CellInfo *cell_info, IdString pin) const override { return cell_info->cell_bel_pins.at(pin); } -- cgit v1.2.3