Revert "[xc7] Fix getPortTimingClass for IOBs"
This reverts commit 5d9019994e
.
This commit is contained in:
parent
0e1c23a07b
commit
8f1c91151b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user