mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Add comment to VIPER #13453 work-around
Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
@@ -1395,6 +1395,7 @@ VerificClocking::VerificClocking(VerificImporter *importer, Net *net, bool sva_a
|
||||
return;
|
||||
}
|
||||
|
||||
// Use while() instead of if() to work around VIPER #13453
|
||||
while (inst != nullptr && inst->Type() == PRIM_SVA_POSEDGE)
|
||||
{
|
||||
net = inst->GetInput();
|
||||
|
||||
Reference in New Issue
Block a user