projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d92915
)
Log msg change
author
Clifford Wolf
<clifford@clifford.at>
Sat, 31 Jan 2015 20:26:53 +0000
(21:26 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 31 Jan 2015 20:26:53 +0000
(21:26 +0100)
kernel/yosys.cc
patch
|
blob
|
history
diff --git
a/kernel/yosys.cc
b/kernel/yosys.cc
index b280d3344e59bb05d7fd0dada6021c689947ca9a..27f210245910f73767385ea6f108d501ba0e3bcf 100644
(file)
--- a/
kernel/yosys.cc
+++ b/
kernel/yosys.cc
@@
-747,7
+747,7
@@
void run_frontend(std::string filename, std::string command, RTLIL::Design *desi
void run_pass(std::string command, RTLIL::Design *design)
{
- log("\n-- Running
pass
`%s' --\n", command.c_str());
+ log("\n-- Running
command
`%s' --\n", command.c_str());
Pass::call(design, command);
}