Searched refs:max_iterations_single_crit_path (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingTree.cc61 unsigned int max_iterations_single_crit_path = 400; //TODO: make this not hard-coded local
82 if(node_for_timing_opt == NULL || iteration > max_iterations || crit_path_iteration > max_iterations_single_crit_path)
95 if (node_for_timing_opt == NULL || iteration > max_iterations || crit_path_iteration > max_iterations_single_crit_path)

Completed in 3 milliseconds