mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
xilinx: improve specify functionality
This commit is contained in:
parent
46a89d7264
commit
12d70ca8fb
8 changed files with 547 additions and 466 deletions
|
@ -227,6 +227,9 @@ struct XAigerWriter
|
|||
continue;
|
||||
}
|
||||
|
||||
if (cell->type.in("$specify2", "$specify3", "$specrule"))
|
||||
continue;
|
||||
|
||||
if (inst_module) {
|
||||
bool abc9_flop = false;
|
||||
auto it = cell->attributes.find("\\abc9_box_seq");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue