Forum Discussion
System console giving up
- 2 years ago
Hi,
I notice that you haven't assign any pin in pin planner. After assigning those pins, the error gone.
Thanks,
Best Regards,
Sheng
Hi,
I found the root cause now. Previously I'm testing with Arria 10 Transceiver Devkit and without any problem.
When I tested with Arria10 GX Development board, I encountered the similar problem as yours.
Solution:
In top module addit.v, make modifications like below:
.reset_reset (reset) ----> .reset_reset (~reset)
Then the problem will be resolved.
Thanks,
Regards,
Sheng
- Vamsi_212 years ago
Occasional Contributor
Hi,
I have changed the reset to ~reset and it was working fine.
I am working on another design of 4*4 matrix multiplication generated through hls , emulated and verified the ouput and iam encountering the same error as :
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 0x60 1".
Below I am sharing the .qar file of this project.