#include <defines.h>
Data Fields | |
unsigned int | lo |
unsigned int | hi |
uint64 | full |
bool | final |
Representation of simulation time -- used for performance enhancement purposes.
Specifies if this is the final simulation timestep
Referenced by db_do_timestep(), expression_op_func__delay(), fsm_create_tables(), sim_add_statics(), sim_add_thread(), sim_create_thread(), and sim_thread().
uint64 sim_time_s::full |
Full 64 bits of the current time - for displaying purposes only
Referenced by db_do_timestep(), expression_assign(), expression_op_func__realtime(), expression_op_func__time(), fsm_create_tables(), sim_add_statics(), sim_add_thread(), sim_create_thread(), sim_display_thread(), sim_expr_changed(), sim_thread_insert_into_delay_queue(), and vector_to_sim_time().
unsigned int sim_time_s::hi |
Upper 32-bits of the current time
Referenced by db_do_timestep(), fsm_create_tables(), sim_add_statics(), sim_add_thread(), sim_create_thread(), and vector_to_sim_time().
unsigned int sim_time_s::lo |
Lower 32-bits of the current time
Referenced by db_do_timestep(), fsm_create_tables(), sim_add_statics(), sim_add_thread(), sim_create_thread(), and vector_to_sim_time().