3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Flush log after every pass automatically

This commit is contained in:
Akash Levy 2025-02-24 23:19:18 -08:00
parent 92b8359e9c
commit 08d33330c4

View file

@ -1173,6 +1173,7 @@ void run_pass(std::string command, RTLIL::Design *design)
log("\n-- Running command `%s' --\n", command.c_str());
Pass::call(design, command);
log_flush();
}
void run_backend(std::string filename, std::string command, RTLIL::Design *design)