You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/scratch/users/hc676/allo/test.py", line 12, in <module>
s.build(target="vitis_hls", mode="csim")
File "/scratch/users/hc676/allo/allo/customize.py", line 685, in build
return HLSModule(
^^^^^^^^^^
File "/scratch/users/hc676/allo/allo/backend/hls.py", line 175, in __init__
buffers = generate_input_output_buffers(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/scratch/users/hc676/allo/allo/passes.py", line 159, in generate_input_output_buffers
MockBuffer(top_func_name, arg.owner.attributes["name"].value)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^
KeyError: 'attempt to access a non-existent attribute'
The text was updated successfully, but these errors were encountered:
An error in the buffer generation pass.
This will lead to the following error:
The text was updated successfully, but these errors were encountered: