forked from auracaster/openocd
pld: add support for efinix devices
Change-Id: Ie520e761c255ba1335d5aab9c6825f160a6151d9 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7288 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
e33eae340d
commit
7c6d446440
@@ -18,10 +18,12 @@
|
||||
|
||||
/* pld drivers
|
||||
*/
|
||||
extern struct pld_driver efinix_pld;
|
||||
extern struct pld_driver lattice_pld;
|
||||
extern struct pld_driver virtex2_pld;
|
||||
|
||||
static struct pld_driver *pld_drivers[] = {
|
||||
&efinix_pld,
|
||||
&lattice_pld,
|
||||
&virtex2_pld,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user