aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-12 18:22:06 +0000
committerGitHub <noreply@github.com>2021-02-12 18:22:06 +0000
commitcede6825859217e15a0d41cd4cc51b6129902aad (patch)
tree00e3ffdbe4116b1c6ca6ba44f3f8115c7abad16b /common
parentc956cae8244c094783edc7101fd0ca542c24e55b (diff)
parente28dedbbe3eb8743d9351634dc7e44a1576c06c4 (diff)
downloadnextpnr-cede6825859217e15a0d41cd4cc51b6129902aad.tar.gz
nextpnr-cede6825859217e15a0d41cd4cc51b6129902aad.tar.bz2
nextpnr-cede6825859217e15a0d41cd4cc51b6129902aad.zip
Merge pull request #579 from litghost/add_control_for_split_io
Add control to whether GenericFrontend splits IO ports.
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 8d6ab4cc..811500ab 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;