Apply 'make format'
This commit is contained in:
parent
fee839a80e
commit
7aad136972
|
@ -317,7 +317,8 @@ void reportLoopVars(Graph* graphp, SchedAcyclicVarVertex* vvtxp) {
|
||||||
|
|
||||||
if (splittable) {
|
if (splittable) {
|
||||||
std::cerr << V3Error::warnMoreStandalone()
|
std::cerr << V3Error::warnMoreStandalone()
|
||||||
<< "... Suggest add /*verilator split_var*/ or /*verilator isolate_assignments*/ to appropriate variables above."
|
<< "... Suggest add /*verilator split_var*/ or /*verilator "
|
||||||
|
"isolate_assignments*/ to appropriate variables above."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
V3Stats::addStat("Scheduling, split_var, candidates", splittable);
|
V3Stats::addStat("Scheduling, split_var, candidates", splittable);
|
||||||
|
|
Loading…
Reference in New Issue