11 lines
244 B
C
11 lines
244 B
C
|
|
||
|
|
||
|
|
||
|
void generate_spice_muxes(char* subckt_dir,
|
||
|
int num_switch,
|
||
|
t_switch_inf* switches,
|
||
|
t_spice* spice,
|
||
|
t_det_routing_arch* routing_arch);
|
||
|
|
||
|
|