3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 11:45:41 +00:00

add few debug

This commit is contained in:
Stan Lee 2026-02-03 14:40:33 -08:00
parent ce959ec1bb
commit bea2a7d473

View file

@ -2578,9 +2578,7 @@ struct AnnotateActivity : public OutputWriter {
activity_str += std::to_string(activity) + " ";
}
if (worker->debug) {
std::cout << activity_str;
std::cout << "\n";
std::cout << " DUTY: ";
log_debug(" ACKT: %s", activity_str.c_str());
}
std::string duty_str;
for (uint32_t i = 0; i < (uint32_t)size; i++) {