[lib] update vtr
This commit is contained in:
parent
f560fb8381
commit
6d798897fd
|
@ -261,6 +261,7 @@ static vtr::Matrix<size_t> add_top_module_connection_block_instances(
|
||||||
* We will skip those modules
|
* We will skip those modules
|
||||||
*/
|
*/
|
||||||
const RRGSB& rr_gsb = device_rr_gsb.get_gsb(ix, iy);
|
const RRGSB& rr_gsb = device_rr_gsb.get_gsb(ix, iy);
|
||||||
|
VTR_LOGV(verbose, "Try to add %s connnection block at (%lu, %lu)\n", cb_type == CHANX ? "X-" : "Y-", ix, iy);
|
||||||
vtr::Point<size_t> cb_coordinate(rr_gsb.get_cb_x(cb_type),
|
vtr::Point<size_t> cb_coordinate(rr_gsb.get_cb_x(cb_type),
|
||||||
rr_gsb.get_cb_y(cb_type));
|
rr_gsb.get_cb_y(cb_type));
|
||||||
if (false == rr_gsb.is_cb_exist(cb_type)) {
|
if (false == rr_gsb.is_cb_exist(cb_type)) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit fbbf53d8207d55df8c6c62e1a0505f94ccba612a
|
Subproject commit 19fa43cc62bf7a38e4151c1c3867a760ba683719
|
Loading…
Reference in New Issue