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:
parent
92b8359e9c
commit
08d33330c4
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue