Log msg change
authorClifford Wolf <clifford@clifford.at>
Sat, 31 Jan 2015 20:26:53 +0000 (21:26 +0100)
committerClifford Wolf <clifford@clifford.at>
Sat, 31 Jan 2015 20:26:53 +0000 (21:26 +0100)
kernel/yosys.cc

index b280d3344e59bb05d7fd0dada6021c689947ca9a..27f210245910f73767385ea6f108d501ba0e3bcf 100644 (file)
@@ -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);
 }