Home
last modified time | relevance | path

Searched refs:CONPTR (Results 1 – 5 of 5) sorted by relevance

/dports/cad/electric/electric-7.00/src/sim/
H A Dsimalsflat.c45 static BOOLEAN simals_flatten_model(CONPTR);
46 static BOOLEAN simals_process_connect_list(CONPTR, CONPTR);
48 static EXPTR simals_find_xref_entry(CONPTR, CHAR*);
49 static BOOLEAN simals_process_gate(CONPTR, MODPTR);
54 static BOOLEAN simals_process_set_entry(CONPTR, IOPTR);
55 static BOOLEAN simals_process_function(CONPTR, MODPTR);
78 CONPTR temproot; in simals_flatten_network()
154 BOOLEAN simals_flatten_model(CONPTR cellhead) in simals_flatten_model()
157 CONPTR subcell; in simals_flatten_model()
203 BOOLEAN simals_process_connect_list(CONPTR cellhead, CONPTR conhead) in simals_process_connect_list()
[all …]
H A Dsimals.c47 static CONPTR simals_conptr2;
48 CONPTR simals_levelptr = 0;
49 CONPTR simals_cellroot = 0;
151 CONPTR cellptr; in simals_init_display()
1389 simals_conptr2 = (CONPTR) simals_alloc_mem((INTBIG)sizeof(CONNECT)); in simals_parse_model()
1721 CONPTR cellhead; in simals_compute_node_name()
1749 CHAR *simals_compute_path_name(CONPTR cellhead) in simals_compute_path_name()
1774 CONPTR cellptr; in simals_find_node()
1816 static CONPTR sim_als_cellptr;
1848 CONPTR simals_find_level(CHAR *sp) in simals_find_level()
[all …]
H A Dsimalscom.c42 static void simals_erase_submod(CONPTR);
641 CONPTR conptr, nextconptr; in simals_erase_model()
883 void simals_erase_submod(CONPTR conhead) in simals_erase_submod()
885 CONPTR conptr, nextconptr; in simals_erase_submod()
968 CONPTR cellptr; in simals_level_up_command()
1027 CONPTR cellptr; in simals_level_set_command()
1091 CONPTR cellhead; in simals_print_command()
1384 CONPTR subcell; in simals_print_xref_entry()
1893 void simals_sdfannotate(CONPTR cellhead) in simals_sdfannotate()
1896 CONPTR subcell; in simals_sdfannotate()
[all …]
H A Dsimalsgraph.c49 static INTBIG simals_count_channels(CONPTR);
625 INTBIG simals_count_channels(CONPTR level_pointer) in simals_count_channels()
/dports/cad/electric/electric-7.00/src/include/
H A Dsimals.h97 typedef CONNECT *CONPTR; typedef
207 extern CONPTR simals_levelptr, simals_cellroot;
239 CHAR *simals_compute_path_name(CONPTR);
243 CONPTR simals_find_level(CHAR*);