Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-07-14 18:29:48 -07:00
parent 32a7e0967e
commit 4bdc6f75df
1 changed files with 4 additions and 2 deletions

View File

@ -422,8 +422,10 @@ SdfReader::findPort(const Cell *cell,
}
void
SdfReader::timingCheck(TimingRole *role, SdfPortSpec *data_edge,
SdfPortSpec *clk_edge, SdfTriple *triple)
SdfReader::timingCheck(TimingRole *role,
SdfPortSpec *data_edge,
SdfPortSpec *clk_edge,
SdfTriple *triple)
{
if (instance_) {
const char *data_port_name = data_edge->port();