aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-21 11:05:57 +0100
committerGitHub <noreply@github.com>2021-05-21 11:05:57 +0100
commite19d44ee209733d203175602d34eeba953ab910b (patch)
tree2887f9d79fe62cfd39fe17deec8068065aa8ce62 /fpga_interchange/arch.h
parent81818fd38c5405005305d1b8354eb75beb8dc18d (diff)
parentff48ad83beabb18c8fdcab41c54dc320326b012e (diff)
downloadnextpnr-e19d44ee209733d203175602d34eeba953ab910b.tar.gz
nextpnr-e19d44ee209733d203175602d34eeba953ab910b.tar.bz2
nextpnr-e19d44ee209733d203175602d34eeba953ab910b.zip
Merge pull request #686 from YosysHQ/gatecat/interchange-macro
interchange: Add macro expansion
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