#include "fpga_cell_lut34.h" #include struct fpga_cell_lut34 *fpga_cell_lut_34_new() { struct fpga_cell_lut34 *fpga_cell_lut_34; fpga_cell_lut_34 = malloc(sizeof(struct fpga_cell_lut34)); if (fpga_cell_lut_34) { fpga_cell_init(FPGA_TO_CELL(fpga_cell_lut_34), FPGA_CELL_LUT34); } return fpga_cell_lut_34; }