Revert "[xc7] Fix getPortTimingClass for IOBs"

This reverts commit 5d9019994e.
This commit is contained in:
Eddie Hung 2018-11-03 13:30:58 -07:00
parent 0e1c23a07b
commit 8f1c91151b

View File

@ -945,9 +945,9 @@ TimingPortClass Arch::getPortTimingClass(const CellInfo *cell, IdString port, Id
}
else if (cell->type == id_IOB33) {
if (port == id_I)
return TMG_ENDPOINT;
else if (port == id_O)
return TMG_STARTPOINT;
else if (port == id_O)
return TMG_ENDPOINT;
}
else if (cell->type == id_BUFGCTRL) {
if (port == id_O)