Apparently netgen needs SYNC_ATTR to be set

This commit is contained in:
Eddie Hung 2018-09-02 13:09:28 -07:00
parent 82fbc551f8
commit df2f295545

View File

@ -157,6 +157,7 @@ void write_xdl(const Context *ctx, std::ostream &out)
instPtr->setConfig("SRUSEDMUX", "", "IN");
instPtr->setConfig("CEUSEDMUX", "", "IN");
instPtr->setConfig("SYNC_ATTR", "", "ASYNC");
}
}
else if (cell.second->type == id_IOB33) {