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

[Backend] HCL-AutoSA Integration enhancement #350

Closed hecmay closed 3 years ago

hecmay commented 3 years ago

Extend AutoSA generated code to support module composing

Right now the L3 IO module in AutoSA reads/writes to off-chip memory. We want to extend it to connect to other on-chip hardware modules)

seanlatias commented 3 years ago

@Hecmay do you think this can also be merged to master?

hecmay commented 3 years ago

@seanlatias We actually need a few more things to be merged before this one -- at least the extern IP feature should be merged first.