aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-19 10:46:35 +0100
committergatecat <gatecat@ds0.me>2021-04-19 10:46:35 +0100
commit18459a9e4c3f24122f815a898ecc2a8754072434 (patch)
treef1fc9109db23d7da94bc428c7d0b2cd5c10f5deb /fpga_interchange/arch.h
parent872b3aa63d80798b55359d8671a46872814b24dd (diff)
downloadnextpnr-18459a9e4c3f24122f815a898ecc2a8754072434.tar.gz
nextpnr-18459a9e4c3f24122f815a898ecc2a8754072434.tar.bz2
nextpnr-18459a9e4c3f24122f815a898ecc2a8754072434.zip
interchange: Handle disconnected/missing cell pins
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 9b369c92..da620699 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -1100,6 +1100,9 @@ struct Arch : ArchAPI<ArchRanges>
void unmask_bel_pins();
void explain_bel_status(BelId bel) const;
+
+ const DefaultCellConnsPOD *get_default_conns(IdString cell_type) const;
+ void pack_default_conns();
};
NEXTPNR_NAMESPACE_END