aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-10-16 13:33:44 +0100
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:27 +0000
commitdfd6b6e39e56a2c2b10b051b9b54926e120f319e (patch)
tree2a587809d3914444475a5d224ae09ddb665912db /nexus/arch.h
parent40441d83cde77baaa759fe5a7379047a97f6991b (diff)
downloadnextpnr-dfd6b6e39e56a2c2b10b051b9b54926e120f319e.tar.gz
nextpnr-dfd6b6e39e56a2c2b10b051b9b54926e120f319e.tar.bz2
nextpnr-dfd6b6e39e56a2c2b10b051b9b54926e120f319e.zip
nexus: Add a simple global routing pass
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 126d0a91..60b4b166 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1320,6 +1320,10 @@ struct Arch : BaseCtx
void assignCellInfo(CellInfo *cell);
// -------------------------------------------------
+ // Arch-specific global routing
+ void route_globals();
+
+ // -------------------------------------------------
std::vector<GraphicElement> getDecalGraphics(DecalId decal) const;