aboutsummaryrefslogtreecommitdiff
path: root/src/pld/pld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pld/pld.c')
-rw-r--r--src/pld/pld.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pld/pld.c b/src/pld/pld.c
index d9e01f1..dd8f826 100644
--- a/src/pld/pld.c
+++ b/src/pld/pld.c
@@ -19,6 +19,7 @@
/* pld drivers
*/
extern struct pld_driver efinix_pld;
+extern struct pld_driver gatemate_pld;
extern struct pld_driver gowin_pld;
extern struct pld_driver intel_pld;
extern struct pld_driver lattice_pld;
@@ -26,6 +27,7 @@ extern struct pld_driver virtex2_pld;
static struct pld_driver *pld_drivers[] = {
&efinix_pld,
+ &gatemate_pld,
&gowin_pld,
&intel_pld,
&lattice_pld,