cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
322 stars 92 forks source link

[API] Multiple report file parsing support #439

Open yn224 opened 2 years ago

yn224 commented 2 years ago

Fixed issue: #435

Detailed description: This PR attempts to add support for examples where the top function does not include "loops" but rather have separate loop function instances. The interface does not differ much from the previous iteration.

Link to the tests: Added under tests/test_hls_report.py

hecmay commented 2 years ago

@yn224 thank you!

can you please also add at least one test case to CI/CD test? Just want to have a test case running through Vitis HLS and make sure it can work.

yn224 commented 2 years ago

@hecmay Would it be possible for this to get merged? Also, what would be the state where the loop names generate different numbers appended to loop names during CI/CD tests?