Hello, I have problem…
I use Pynq-z2 board is installed v3.0.1 image and my Vivado version is 2024.1
I want use my custom accelerator that was written by Verilog HDL.
So, I tried a tutorial of Verilog Module Overlay. I referred a post, “Tutorial: Creating a new Verilog Module Overlay”
But, I have a problem when I use Overlay.my_verilog_custom_ip.write function.
When I use that function, the Jupyter notebook is looping (“[*]”) and notify connection failed few second later… The read function is work.
So, I tried using MIMO module. But It is not solution.
(I modify 0x0C. That is my intention.)
How to solve this problem?
Thank you.