3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge pull request #946 from YosysHQ/clifford/specify

Add specify parser
This commit is contained in:
Clifford Wolf 2019-05-06 20:57:15 +02:00 committed by GitHub
commit 752553d8e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 811 additions and 52 deletions

View file

@ -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", "$specrule"))
return true;
if (cell->has_keep_attr())