Apparently netgen needs SYNC_ATTR to be set
This commit is contained in:
parent
82fbc551f8
commit
df2f295545
@ -157,6 +157,7 @@ void write_xdl(const Context *ctx, std::ostream &out)
|
|||||||
|
|
||||||
instPtr->setConfig("SRUSEDMUX", "", "IN");
|
instPtr->setConfig("SRUSEDMUX", "", "IN");
|
||||||
instPtr->setConfig("CEUSEDMUX", "", "IN");
|
instPtr->setConfig("CEUSEDMUX", "", "IN");
|
||||||
|
instPtr->setConfig("SYNC_ATTR", "", "ASYNC");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (cell.second->type == id_IOB33) {
|
else if (cell.second->type == id_IOB33) {
|
||||||
|
Loading…
Reference in New Issue
Block a user