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

9 lines
161 B
C
Raw Normal View History

2019-06-18 20:15:35 +02:00
#ifndef FPGA_H
#define FPGA_H
#include "fpga_cell.h"
2019-06-20 13:45:04 +02:00
int fpga_generate_bitstream(struct fpga_chain *chain,
char *filename, int ascii);
2019-06-20 13:45:04 +02:00
2019-06-18 20:15:35 +02:00
#endif // FPGA_H