Open Nandank19 opened 5 days ago
You should not use 2023.1. Switch to 2024.1 I have tested the experiences with 2023.1 but it failed and I did not want to spend much time debugging Xilinx issues.
The 2022.1 folder in the project git should be used with the 2022.x versions of Vitis and the 2024.1 folder should be used with the 2024.x versions.
bg.
De: "Nandank19" @.> À: "goossens-springer" @.> Cc: "Subscribed" @.***> Envoyé: Jeudi 21 Novembre 2024 07:26:36 Objet: [goossens-springer/goossens-book-ip-projects] Fetching IP not working properly (Issue #7)
I am running fetching ip on zcu104 evaluation board. There are no errors while compilation and loading. But application code is not getting executed. On debugging, while loading riscv code, the variable are becoming N/A on watch window after first riscv word writing loop. I am using vitis 2023.1
Code [ https://github.com/user-attachments/assets/eb1e32a3-3412-4250-a07e-39027c7f61e3 | DEBUG1.PNG (view on web) ] Before first riscv word writing loop [ https://github.com/user-attachments/assets/c0d94872-921e-4816-98fd-b9dfb02e523a | DEBUG2.PNG (view on web) ] After first word write loop, variables on watch window becoming N/A [ https://github.com/user-attachments/assets/fd6f5222-156e-434b-b317-191777a5cd8b | DEBUG3.PNG (view on web) ]
— Reply to this email directly, [ https://github.com/goossens-springer/goossens-book-ip-projects/issues/7 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/A2PY5G5XMYU63W2T5RL3BKL2BV4JZAVCNFSM6AAAAABSGGX2XKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3TQMJYHAYTQOA | unsubscribe ] . You are receiving this because you are subscribed to this thread. Message ID: <goossens-springer/goossens-book-ip-projects/issues/7 @ github . com>
I am running fetching ip on zcu104 evaluation board. There are no errors while compilation and loading. But application code is not getting executed. On debugging, while loading riscv code, the variable are becoming N/A on watch window after first riscv word writing loop. I am using vitis 2023.1
Code Before first riscv word writing loop After first word write loop, variables on watch window becoming N/A
Please help...