pld: add support for gowin devices
Change-Id: Idd1a09514bbbbe0a7b54d69010f6c2f91215fd1d Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7368 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
db0609aeb4
commit
4b56c73ef3
@@ -19,12 +19,14 @@
|
||||
/* pld drivers
|
||||
*/
|
||||
extern struct pld_driver efinix_pld;
|
||||
extern struct pld_driver gowin_pld;
|
||||
extern struct pld_driver intel_pld;
|
||||
extern struct pld_driver lattice_pld;
|
||||
extern struct pld_driver virtex2_pld;
|
||||
|
||||
static struct pld_driver *pld_drivers[] = {
|
||||
&efinix_pld,
|
||||
&gowin_pld,
|
||||
&intel_pld,
|
||||
&lattice_pld,
|
||||
&virtex2_pld,
|
||||
|
||||
Reference in New Issue
Block a user