google / google/xls

More descriptive errors for variable unrolled loop bounds

Open
#412 0 comments 0 reactions 0 assignees View on GitHub
xlscc
Dominant language
C++
Stars
1.9k
Forks
283
Avg merge
2d 10h
Merged PRs (30d)
135

Description

#pragma hls_top
void CapitalizeString(char my_string[], int length) {
#pragma hls_unroll yes
for (int i = 0; i < length; i++) {
}
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.