mirror of https://github.com/YosysHQ/yosys.git
Preserve $specify[23] cells
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
012c6af088
commit
634482380c
|
@ -64,7 +64,7 @@ struct keep_cache_t
|
|||
|
||||
bool query(Cell *cell)
|
||||
{
|
||||
if (cell->type.in("$memwr", "$meminit", "$assert", "$assume", "$live", "$fair", "$cover"))
|
||||
if (cell->type.in("$memwr", "$meminit", "$assert", "$assume", "$live", "$fair", "$cover", "$specify2", "$specify3"))
|
||||
return true;
|
||||
|
||||
if (cell->has_keep_attr())
|
||||
|
|
Loading…
Reference in New Issue