Home
last modified time | relevance | path

Searched refs:DTPRINT_BUSSES (Results 1 – 3 of 3) sorted by relevance

/dports/cad/dinotrace/dinotrace-9.4c/src/
H A Ddt_verilog.c272 …if (DTPRINT_BUSSES) printf ("sig_new_file (%s, %d, (%d)%d-%d )\n", signame, file_pos, bits,msb,… in sig_new_file()
346 if (DTPRINT_BUSSES) printf (" '%s'%d:/#%d/p%d/c%d\t'%s'%d:/#%d/p%d/c%d\n", in sig_new_file()
384 if (DTPRINT_BUSSES) printf (" bussed %s\n", signame); in sig_new_file()
445 if (DTPRINT_BUSSES) printf (" donefile (%s %s, %d, (%d)%d-%d )\n", in sig_new_file()
H A Ddt_file.c612 if (DTPRINT_BUSSES) sig_print_names (trace); in fil_make_busses()
700 if (DTPRINT_BUSSES) sig_print_names (trace); in fil_make_busses()
H A Ddinotrace.h278 #define DTPRINT_BUSSES (DTPRINT & 0x00002000) /* Print make busses information */ macro