mirror of https://github.com/YosysHQ/yosys.git
Add comment to VIPER #13453 work-around
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
001c9f1d45
commit
9a946c207f
|
@ -1395,6 +1395,7 @@ VerificClocking::VerificClocking(VerificImporter *importer, Net *net, bool sva_a
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Use while() instead of if() to work around VIPER #13453
|
||||||
while (inst != nullptr && inst->Type() == PRIM_SVA_POSEDGE)
|
while (inst != nullptr && inst->Type() == PRIM_SVA_POSEDGE)
|
||||||
{
|
{
|
||||||
net = inst->GetInput();
|
net = inst->GetInput();
|
||||||
|
|
Loading…
Reference in New Issue