mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
add reportField instead of line+ address Gemini feedback
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
@@ -3252,9 +3252,9 @@ ReportPath::reportLine(std::string_view what,
|
|||||||
reportFieldBlank(field, line);
|
reportFieldBlank(field, line);
|
||||||
}
|
}
|
||||||
else if (field == field_case_)
|
else if (field == field_case_)
|
||||||
line += line_case;
|
reportField(line_case, field, line);
|
||||||
else if (field->getValue())
|
else if (field->getValue())
|
||||||
line += field->value(path, this);
|
reportField(field->value(path, this), field, line);
|
||||||
|
|
||||||
first_field = false;
|
first_field = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user