Merge pull request #1066 from YosysHQ/clifford/fix1056

Remove yosys_banner() from python wrapper init
This commit is contained in:
Clifford Wolf 2019-06-05 10:37:39 +02:00 committed by GitHub
commit f15b5e6309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2060,7 +2060,6 @@ namespace YOSYS_PYTHON {
Yosys::log_streams.push_back(&std::cout); Yosys::log_streams.push_back(&std::cout);
Yosys::log_error_stderr = true; Yosys::log_error_stderr = true;
Yosys::yosys_setup(); Yosys::yosys_setup();
Yosys::yosys_banner();
} }
} }