mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
Add $cover cell type and SVA cover() support
This commit is contained in:
parent
911c44d164
commit
3928482a3c
14 changed files with 38 additions and 9 deletions
|
@ -752,8 +752,8 @@ struct VerificImporter
|
|||
}
|
||||
|
||||
if (inst->Type() == PRIM_SVA_IMMEDIATE_COVER || inst->Type() == PRIM_SVA_COVER) {
|
||||
// Net *in = inst->GetInput();
|
||||
// module->addCover(NEW_ID, net_map.at(in), State::S1);
|
||||
Net *in = inst->GetInput();
|
||||
module->addCover(NEW_ID, net_map.at(in), State::S1);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue