Great tutorial! Got the ArtyS7-50 working on Ubuntu 22.04 with only one hiccup: when attempting to connect the FPGA to Vivado, I got the following error message: "Unable to launch local cs_server exectuable. /tools/Xilinx/Vivado/2024.1/bin/unwrapped/lnx64.o/cs_server: error while loading shared libraries: libz.so.1: failed to map segment from shared object child exit status 32512" I fixed it by making the /tmp file executable: `sudo mount /tmp -o remount,exec`
Almost as easy as programming an Arduino 🤣Jokes aside, this video came in VERY handy. I randomly came across a handful of older dev boards (including this one and some really old Spartan-6 ones) and this has been a godsend for the very basics of getting the Arty up and running. For someone with zero FPGA experience, it was all very confusing!
when I tried to copy your code and also use chatGPT myself, I only got the clk and led to show up in that screen, not the led_prev. Do you know why this may be?
@@dr.decapod7032 I think he altered his code a little bit off-screen. You can see that there is no variable led_prev in his testbench at 12:00, but there is at 16:24.
Nicely explained! ❤
Would love to watch more videos on Vivado, Cora Z7-07S and more of Verilog!
Thank you for the clear explanation! Very useful.
Great tutorial! Got the ArtyS7-50 working on Ubuntu 22.04 with only one hiccup: when attempting to connect the FPGA to Vivado, I got the following error message:
"Unable to launch local cs_server exectuable.
/tools/Xilinx/Vivado/2024.1/bin/unwrapped/lnx64.o/cs_server: error while loading shared libraries: libz.so.1: failed to map segment from shared object
child exit status 32512"
I fixed it by making the /tmp file executable: `sudo mount /tmp -o remount,exec`
Thank you for the detail explanation 🙏
Glad it was helpful!
can you tell the pin number of artix 7 for reset pin
It was a great video with clear explanation. In future could you create videos with VHDL code example instead, please.
Almost as easy as programming an Arduino 🤣Jokes aside, this video came in VERY handy. I randomly came across a handful of older dev boards (including this one and some really old Spartan-6 ones) and this has been a godsend for the very basics of getting the Arty up and running. For someone with zero FPGA experience, it was all very confusing!
So glad you found it helpful!
What if I don't want to use systemVerilog?
when I tried to copy your code and also use chatGPT myself, I only got the clk and led to show up in that screen, not the led_prev. Do you know why this may be?
update: I ran everything on the board and it works! Now i am really confused as to why it shows nothing on the sim.
@@dr.decapod7032 I think he altered his code a little bit off-screen. You can see that there is no variable led_prev in his testbench at 12:00, but there is at 16:24.
I didn't even notice that, thank you!! What does it even do I have no idea
i loved ❤❤explanation
Thank you! So glad you enjoyed it. Ari’s incredible
Hi - what do you think about the Zynq SOMs like Kria KC260, KR260 kits?
I think they're great. I did a how to video on the starter kit as well: ua-cam.com/video/N6UBuat8f2U/v-deo.html.