Skip to content

Commit

Permalink
[XSICPP] typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maltanar committed Jan 10, 2025
1 parent 1868a11 commit 407e00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finn/qnn-data/cpp/xsi_simdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ int main(int argc, char *argv[]) {
for(size_t i = 0; i < outstream_names.size(); i++) {
if(n_out_txns[i] == n_iters_per_output[i]) n_outputs_with_one_completion++;
}
if(n_outputs_with_one_completion == outstream_names.size() latency = iters;
if(n_outputs_with_one_completion == outstream_names.size()) latency = iters;
}
}

Expand Down

0 comments on commit 407e00f

Please sign in to comment.