mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-25 15:09:34 +00:00
sdc_expand, opensta: typos
This commit is contained in:
parent
8179ba1e91
commit
8f178222c7
2 changed files with 4 additions and 4 deletions
|
|
@ -109,7 +109,7 @@ struct OpenstaPass : public Pass
|
|||
};
|
||||
int ret = run_command(command, process_line);
|
||||
if (ret)
|
||||
log_error("OpenSTA return %d (error)\n", ret);
|
||||
log_error("OpenSTA returned %d (error)\n", ret);
|
||||
else
|
||||
log("sdc_expanded_filename: %s\n", sdc_expanded_filename.c_str());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue