malt-wr
|
#include <constype.h>
Data Fields | |
int | signal_num |
int | clk_num |
int | ins_num |
int | inter_num |
int | outs_num |
char(* | signal_names )[NAME_LENGTH] |
char(* | jspice_voltage_names )[NAME_LENGTH] |
char(* | jspice_phase_names )[NAME_LENGTH] |
int | var_in_nr |
TIME | min_time_delta |
TIME | start_time |
int | indices_nr |
PULSE ** | sig_bgn |
PULSE ** | sig_end |
EDGE ** | sig_edge_bgn |
EDGE ** | sig_edge_end |
int * | sig_initial |
PHASE * | current_phase |
int * | last_index |
TIME * | clk_times |
int | clk_cycles_nr |
LOGIC ** | sig_log |
int * | check_index |
int * | initial_phase_index |
ASYNC_CHECK ** | async_check_index |
ASYNC_CHECK * | async_check_list |
Definition at line 363 of file constype.h.
ASYNC_CHECK** SIGNALS::async_check_index |
Definition at line 456 of file constype.h.
ASYNC_CHECK* SIGNALS::async_check_list |
Definition at line 458 of file constype.h.
int* SIGNALS::check_index |
Definition at line 444 of file constype.h.
int SIGNALS::clk_cycles_nr |
Definition at line 434 of file constype.h.
int SIGNALS::clk_num |
Definition at line 369 of file constype.h.
TIME* SIGNALS::clk_times |
Definition at line 431 of file constype.h.
PHASE* SIGNALS::current_phase |
Definition at line 424 of file constype.h.
int SIGNALS::indices_nr |
Definition at line 399 of file constype.h.
int* SIGNALS::initial_phase_index |
Definition at line 449 of file constype.h.
int SIGNALS::ins_num |
Definition at line 372 of file constype.h.
int SIGNALS::inter_num |
Definition at line 375 of file constype.h.
char(* SIGNALS::jspice_phase_names)[NAME_LENGTH] |
Definition at line 387 of file constype.h.
char(* SIGNALS::jspice_voltage_names)[NAME_LENGTH] |
Definition at line 384 of file constype.h.
int* SIGNALS::last_index |
Definition at line 428 of file constype.h.
TIME SIGNALS::min_time_delta |
Definition at line 393 of file constype.h.
int SIGNALS::outs_num |
Definition at line 378 of file constype.h.
PULSE** SIGNALS::sig_bgn |
Definition at line 404 of file constype.h.
EDGE** SIGNALS::sig_edge_bgn |
Definition at line 412 of file constype.h.
EDGE** SIGNALS::sig_edge_end |
Definition at line 416 of file constype.h.
PULSE** SIGNALS::sig_end |
Definition at line 408 of file constype.h.
int* SIGNALS::sig_initial |
Definition at line 420 of file constype.h.
LOGIC** SIGNALS::sig_log |
Definition at line 439 of file constype.h.
char(* SIGNALS::signal_names)[NAME_LENGTH] |
Definition at line 381 of file constype.h.
int SIGNALS::signal_num |
Definition at line 366 of file constype.h.
TIME SIGNALS::start_time |
Definition at line 396 of file constype.h.
int SIGNALS::var_in_nr |
Definition at line 390 of file constype.h.