aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 7188fd36..5c7bbc52 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -1124,6 +1124,8 @@ struct Arch : ArchAPI<ArchRanges>
const DefaultCellConnsPOD *get_default_conns(IdString cell_type) const;
void pack_default_conns();
+
+ void expand_macros();
};
NEXTPNR_NAMESPACE_END