[xc7] Fix getPortTimingClass for IOBs
This commit is contained in:
parent
324ff41f13
commit
5d9019994e
@ -945,9 +945,9 @@ TimingPortClass Arch::getPortTimingClass(const CellInfo *cell, IdString port, Id
|
|||||||
}
|
}
|
||||||
else if (cell->type == id_IOB33) {
|
else if (cell->type == id_IOB33) {
|
||||||
if (port == id_I)
|
if (port == id_I)
|
||||||
return TMG_STARTPOINT;
|
|
||||||
else if (port == id_O)
|
|
||||||
return TMG_ENDPOINT;
|
return TMG_ENDPOINT;
|
||||||
|
else if (port == id_O)
|
||||||
|
return TMG_STARTPOINT;
|
||||||
}
|
}
|
||||||
else if (cell->type == id_BUFGCTRL) {
|
else if (cell->type == id_BUFGCTRL) {
|
||||||
if (port == id_O)
|
if (port == id_O)
|
||||||
|
Loading…
Reference in New Issue
Block a user