aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-11 13:33:55 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-11 13:33:55 -0800
commit73710416b4764a13357b4e8602df8dc89684fbd8 (patch)
treec6c23d153c9cdcb3328e440b6d879278d4b30804 /common
parente376f950fe683b9a744437301a9e09eae1895efa (diff)
downloadnextpnr-73710416b4764a13357b4e8602df8dc89684fbd8.tar.gz
nextpnr-73710416b4764a13357b4e8602df8dc89684fbd8.tar.bz2
nextpnr-73710416b4764a13357b4e8602df8dc89684fbd8.zip
Add control to whether GenericFrontend splits IO ports.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index c43b9dc4..fdbdc219 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -833,6 +833,7 @@ struct BaseCtx
// Top-level ports
std::unordered_map<IdString, PortInfo> ports;
+ std::unordered_map<IdString, CellInfo *> port_cells;
// Floorplanning regions
std::unordered_map<IdString, std::unique_ptr<Region>> region;