Skip to content

Commit 6c4f17e

Browse files
committed
removed compiler issue
1 parent 6e28a9a commit 6c4f17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/src/echo_arch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void PrintArchInfo(FILE* Echo, const t_arch* arch) {
241241
for(const auto& layout : arch->grid_layouts){
242242
int num_layers = (int)layout.layers.size();
243243
if(num_layers > 1){
244-
fprintf(Echo, "\tInput Connect Block Switch Name Between Two Dice: %s\n", arch->ipin_cblock_switch_name[[ipin_cblock_switch_index_between_dice].c_str());
244+
fprintf(Echo, "\tInput Connect Block Switch Name Between Two Dice: %s\n", arch->ipin_cblock_switch_name[ipin_cblock_switch_index_between_dice].c_str());
245245
}
246246
}
247247

0 commit comments

Comments
 (0)