2021-11-17 02:06:15 +01:00
|
|
|
#ifndef _XILINX_H
|
|
|
|
|
#define _XILINX_H
|
|
|
|
|
|
2021-11-17 17:53:04 +01:00
|
|
|
extern void xilinx_sym(struct nlist *nl, struct objlist *gob);
|
|
|
|
|
extern void Xilinx(char *cellname, char *filename);
|
|
|
|
|
extern int xilinxCell(char *cell);
|
|
|
|
|
extern int XilinxLibPresent(void);
|
|
|
|
|
extern void XilinxLib(void);
|
2021-11-17 02:06:15 +01:00
|
|
|
|
2021-11-17 17:53:04 +01:00
|
|
|
#endif /* _XILINX_H */
|