BugHunter Pro and the VeriLogger Simulators

db_addtimebreak

db_addtimebreak

Previous topic Next topic  

db_addtimebreak

Previous topic Next topic  

Adds a break point at the absolute time specified.  The time should be specified in the internal simulator time precision that can be retrieved by calling db_printinternaltimeprecision.

Syntax:

$db_addtimebreak( id, time, unit )

Outputs an error if the time specified is less than or equal to the current time.

Arguments:

int id ;      // Breakpoint ID

time int64;   // absolute time

char* unit;   // time unit (TUnit string)

Related Functions:

db_printinternaltimeprecisiondb_removetimebreak

db_enabletimebreakdb_disabletimebreak