- 2
- 7 182
Noah De Los Santos
Приєднався 30 гру 2012
Noah is just a kid who plays video games and watches youtube. By watching enough lets plays and walkthroughs, he has been inspired to create his own videos about video games.
Why Should You do Research
Go to visit CSEP and check out their research programs:
csep.cnsi.ucsb.edu/
csep.cnsi.ucsb.edu/
Переглядів: 161
Відео
Vivado Tutorial: Turn Verilog IP into AXI Module
Переглядів 7 тис.4 роки тому
This video describes an overview of how I converted my Verilog IP into an AXI module in Vivado so I could test my design. I am currently testing with a PYNQ Z1 board so results may vary if you are working with a different board. If you have any questions, leave them in the comment section and I will try to answer them to the best of my abilities.
How to create that twophase program in this video. If anyone know plz reply to this
@marwanal-yoonus280 0 seconds ago Dear friend Please, I have a problem during reading the status of an output switch on Zybo Z7-10. I use Vitis to program the Zynq processor with Gpio connected to a slid switch. I make the switch (input2) status as a condition as shown in the program below if (D == 1) ; The following program works only when the input2 signal that was connected to Gpio IP starts from ("1") but the program does not work when input2 signal starts from ("0"). ////////// while (1) { D = XGpio_DiscreteRead(&input2, 1); // input2 from a slide switch if (D == 1) { sum_all = XGpio_DiscreteRead(&input, 1); // input is a 32-bit data printf("%x " , sum_all); sleep (1); } else { XGpio_DiscreteWrite(&output, 1, 0); // output is a LED printf("No_Signal "); sleep (1); } } ///////////// i.e. the program works only when I change input2 from "1" to "0" but does not work when the input2 start changes from "0" to "1".
very nice, AXI is so new to me and I just wanted to use my newly made verilog code on my pynq, this helped tons
i want to know how to give my data into the IP, using SDK , please provide any video or documents
Hello, thank you for the lesson very much! I wonder is there any example which uses both input and output axi stream? Thanks a lot!
Hello, what is IP? I was looking for AXI implementation but I came across IP in UA-cam a lot. I do not know what it is actually. Thanks :)
Intellectual Property. In this context, it is referring to your design.
This is what I was looking for. Thank you so much, I really appreciate your effort!
Pop off king
it's useful thanks.!
Didn’t understand a word of this but cool!