OpenFPGA/vpr7_x2p/vpr/SRC/fpga_spice/spice/spice_lut.h

19 lines
612 B
C
Raw Normal View History

2018-07-26 12:28:21 -05:00
void fprint_spice_lut_subckt(FILE* fp,
t_spice_model spice_model);
void generate_spice_luts(char* subckt_dir,
int num_spice_model,
t_spice_model* spice_models);
void fprint_pb_primitive_lut(FILE* fp,
char* subckt_prefix,
2018-09-04 18:31:30 -05:00
t_pb* prim_pb,
2018-07-26 12:28:21 -05:00
t_logical_block* mapped_logical_block,
t_pb_graph_node* cur_pb_graph_node,
int index,
t_spice_model* spice_model);