mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
After reading the SV spec, using non-standard predict() instead of expect()
This commit is contained in:
parent
721f1f5ecf
commit
d7763634b6
16 changed files with 28 additions and 32 deletions
|
@ -64,7 +64,7 @@ struct keep_cache_t
|
|||
|
||||
bool query(Cell *cell)
|
||||
{
|
||||
if (cell->type.in("$memwr", "$meminit", "$assert", "$assume", "$expect"))
|
||||
if (cell->type.in("$memwr", "$meminit", "$assert", "$assume", "$predict"))
|
||||
return true;
|
||||
|
||||
if (cell->has_keep_attr())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue