System console giving up
Hi,
I am using intel hls compiler and generated a design to add 4 numbers. I created a .cpp file emulated it and verified the output, I created the ip file using the hls commands and have integrated it in the platform designer along with jtag to avalon master bridge ip.
While testing on the hardware through system console, i have established the jtag path and while trying to write values to the registers, it is showing the below
error: master_write_32: This transaction did not complete in 60 seconds. System Console is giving up.
while executing
"master_write_32 $master_service_path 0x34 4"
(file "load_vals.tcl" line 6)
invoked from within
"source load_vals.tcl".
Below iam attaching the .qar file , screenshot of the system console window and also attaching the csr.h file consisting the register addresses and am also sharing the c++ code for which i generated the ip using hls compiler.
Hi,
I notice that you haven't assign any pin in pin planner. After assigning those pins, the error gone.
Thanks,
Best Regards,
Sheng