xilinx: improve specify functionality

This commit is contained in:
Eddie Hung
2020-02-27 10:17:29 -08:00
parent 46a89d7264
commit 12d70ca8fb
8 changed files with 547 additions and 466 deletions
+3
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");