aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/site_lut_mapping_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/site_lut_mapping_cache.cc')
-rw-r--r--fpga_interchange/site_lut_mapping_cache.cc4
1 files changed, 2 insertions, 2 deletions
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;