mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-21 17:44:45 +00:00
fix indentation
This commit is contained in:
parent
78720b9ba2
commit
97b4b6f69b
1 changed files with 2 additions and 2 deletions
|
|
@ -3074,7 +3074,7 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
|
|||
Netlist *nl = it->second;
|
||||
|
||||
// use Verific optimizations
|
||||
#ifdef VERIFIC_SYSTEMVERILOG_SUPPORT
|
||||
#ifdef VERIFIC_SYSTEMVERILOG_SUPPORT
|
||||
if (verific_opt) {
|
||||
log(" Running Verific optimizations for %s.\n", it->first.c_str());
|
||||
|
||||
|
|
@ -3084,7 +3084,7 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
|
|||
log(" Running operator optimization for %s.\n", it->first.c_str());
|
||||
nl->OperatorOptimization();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (nl_done.count(it->first) == 0) {
|
||||
VerificImporter importer(false, false, false, false, false, false, false, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue