2019-04-26 13:23:47 -05:00
|
|
|
|
|
|
|
|
|
|
|
void dump_verilog_pb_generic_primitive(t_sram_orgz_info* cur_sram_orgz_info,
|
|
|
|
FILE* fp,
|
|
|
|
char* subckt_prefix,
|
|
|
|
t_pb_graph_node* prim_pb_graph_node,
|
|
|
|
int index,
|
2019-07-01 12:27:48 -05:00
|
|
|
t_spice_model* spice_model,
|
|
|
|
bool is_explicit_mapping);
|
2019-04-26 13:23:47 -05:00
|
|
|
|
|
|
|
void dump_verilog_pb_primitive_lut(t_sram_orgz_info* cur_sram_orgz_info,
|
|
|
|
FILE* fp,
|
|
|
|
char* subckt_prefix,
|
|
|
|
t_pb_graph_node* prim_pb_graph_node,
|
|
|
|
int index,
|
2019-07-01 12:27:48 -05:00
|
|
|
t_spice_model* spice_model,
|
|
|
|
bool is_explicit_mapping);
|