Add comment
This commit is contained in:
parent
66f22150b1
commit
904860b2b4
@ -99,12 +99,14 @@ TorcInfo::TorcInfo(BaseCtx *ctx, const std::string &inDeviceName, const std::str
|
|||||||
} else if (type == "IOB33S" || type == "IOB33M") {
|
} else if (type == "IOB33S" || type == "IOB33M") {
|
||||||
bel_to_site_index.push_back(i);
|
bel_to_site_index.push_back(i);
|
||||||
site_index_to_type[i] = id_IOB33;
|
site_index_to_type[i] = id_IOB33;
|
||||||
|
// TODO: Fix z when two IOBs on same tile
|
||||||
bel_to_loc.emplace_back(x, y, 0);
|
bel_to_loc.emplace_back(x, y, 0);
|
||||||
site_index_to_bel[i] = b;
|
site_index_to_bel[i] = b;
|
||||||
++b.index;
|
++b.index;
|
||||||
} else if (type == "IOB18S" || type == "IOB18M") {
|
} else if (type == "IOB18S" || type == "IOB18M") {
|
||||||
bel_to_site_index.push_back(i);
|
bel_to_site_index.push_back(i);
|
||||||
site_index_to_type[i] = id_IOB18;
|
site_index_to_type[i] = id_IOB18;
|
||||||
|
// TODO: Fix z when two IOBs on same tile
|
||||||
bel_to_loc.emplace_back(x, y, 0);
|
bel_to_loc.emplace_back(x, y, 0);
|
||||||
site_index_to_bel[i] = b;
|
site_index_to_bel[i] = b;
|
||||||
++b.index;
|
++b.index;
|
||||||
|
Loading…
Reference in New Issue
Block a user