Licheng Guo

Results 25 comments of Licheng Guo

Sorry I did not notice this issue. I assume the problem has already been fixed?

Which platform do you plan to use? I can take a look if you send me the post routing checkpoint of a reference design. Thanks!

Somehow 2020.2 also breaks: ERROR: [HLS 214-124] use of undeclared identifier 'TAPA_ELEM_TYPE'

I suggest that you could try the vadd example, and start from there to implement your design. You need to set the FIFO depth as appropriate to your specific design....

You have to break your task into smaller tasks. For example, https://github.com/UCLA-VAST/tapa/blob/release/regression/cnn/tapa/src/tapa_kernel.cpp

Could you share the entire file? For now, could you try renaming your args and avoid "out" and "in" in them and see if the errors are gone?

I took a quick look, there is a missing & here: https://github.com/vkomenda/varana/blob/46434daada3689a2e4c9799b276ee5a705688f52/src/tapa_poh/tapa_poh.cpp#L272

This is a recent bug, can you try this branch for now? https://github.com/UCLA-VAST/tapa/tree/fix_register_level Will merge into the master later today.

I do not notice any obvious issue, could you try change async_mmap back to mmap for now to test if they are incorrect?