Forum Discussion
- What PAC and Acceleration Stack version are you using
I don't know exaclty but BSP is the a10_ref. Stack: a10_gx_pac_ias_1_2_pv or OPAE 1.2
- What is the exact error case you are seeing with Packager? Can you share the output of the command?
Traceback (most recent call last):
File "/glob/intel-python/python3/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/glob/intel-python/python3/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/bin/packager/__main__.py", line 2, in <module>
File "/usr/bin/packager/packager.py", line 35, in <module>
File "/usr/bin/packager/afu.py", line 33, in <module>
File "/usr/bin/packager/metadata/metadata.py", line 28, in <module>
ModuleNotFoundError: No module named 'constants'
- What is meant by ".gbs file that was not generated by compilation" - are you saying that compilation of the AFU using the recommended flow failed? If so, packager won't be much help
I used aoc commands for compilation, in previous sdk version for pac_a10, .gbs was generated. I tried with aocl program but can't recognize the device...
As related above my intention is to use OpenCL flow, whether there is another way to program FPGA node without USB-blaster, please just inform. Thanks!