12 lines
248 B
C
12 lines
248 B
C
#ifndef FPGA_FDEF_LOADER_H
|
|
#define FPGA_FDEF_LOADER_H
|
|
|
|
#include "fpga_global.h"
|
|
#include "fpga_cell.h"
|
|
#include "fpga_cell_lut34.h"
|
|
#include "fpga_cell_none.h"
|
|
|
|
struct fpga_cell *fpga_fdef_loader_load(char *filename);
|
|
|
|
#endif // FPGA_FDEF_LOADER_H
|