aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/globals.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-11-03 10:57:21 +0000
committerGitHub <noreply@github.com>2018-11-03 10:57:21 +0000
commit158212417f5d8739231a64b60a880e25b418556c (patch)
tree176a14bbdb6cedc38576f9f274fccf8aa6986a1a /ecp5/globals.h
parent0a52133865f2e935add8dddb62e206f1ca3986a7 (diff)
parent04f9b87101cc10356ccee8d189e3201258782daa (diff)
downloadnextpnr-158212417f5d8739231a64b60a880e25b418556c.tar.gz
nextpnr-158212417f5d8739231a64b60a880e25b418556c.tar.bz2
nextpnr-158212417f5d8739231a64b60a880e25b418556c.zip
Merge pull request #101 from daveshah1/ecp5_pll
WIP: ecp5: Add PLL support and improve global promotion/routint
Diffstat (limited to 'ecp5/globals.h')
-rw-r--r--ecp5/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/globals.h b/ecp5/globals.h
index 23e25c8d..cc7cf98e 100644
--- a/ecp5/globals.h
+++ b/ecp5/globals.h
@@ -21,6 +21,7 @@
NEXTPNR_NAMESPACE_BEGIN
+void promote_ecp5_globals(Context *ctx);
void route_ecp5_globals(Context *ctx);
NEXTPNR_NAMESPACE_END \ No newline at end of file