1
0
mirror of synced 2026-04-29 21:28:23 +00:00

xilinx: improve specify functionality

This commit is contained in:
Eddie Hung
2020-02-12 15:25:30 -08:00
parent 46a89d7264
commit 12d70ca8fb
8 changed files with 547 additions and 466 deletions

View File

@@ -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");