From aafe1a176c821a3919e773b57ac08fb348c91597 Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Thu, 28 Apr 2022 17:18:26 +0200 Subject: Generalized representation of unused LUT pins connections Signed-off-by: Maciej Kurc --- fpga_interchange/site_lut_mapping_cache.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpga_interchange/site_lut_mapping_cache.cc') diff --git a/fpga_interchange/site_lut_mapping_cache.cc b/fpga_interchange/site_lut_mapping_cache.cc index b7a71397..82832ed9 100644 --- a/fpga_interchange/site_lut_mapping_cache.cc +++ b/fpga_interchange/site_lut_mapping_cache.cc @@ -138,8 +138,8 @@ bool SiteLutMappingResult::apply(const SiteInformation &siteInfo) } // LUT data - // FIXME: Is there any other info that is being updated than vcc_pins ? - cellInfo->lut_cell.vcc_pins = std::move(cell.lutCell.vcc_pins); + // FIXME: Is there any other info that is being updated than pin_connections ? + cellInfo->lut_cell.pin_connections = std::move(cell.lutCell.pin_connections); } return true; -- cgit v1.2.3