ttl-fpga/sw/kousaten/src/fpga_fdef_loader.h

12 lines
248 B
C
Raw Normal View History

2019-06-16 21:27:42 +02:00
#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