cornell-zhang / hcl-dialect

HeteroCL-MLIR dialect for accelerator design
https://cornell-zhang.github.io/heterocl/index.html
Other
37 stars 15 forks source link

[Codegen] Fix bit slicing HLS codegen #209

Closed chhzh123 closed 8 months ago

chhzh123 commented 8 months ago

The previous codegen will generate int32_t types which cannot be used for bit slicing. This PR explicitly generates ap_int types to fix this issue.