Noah De Los Santos
Noah De Los Santos
  • 2
  • 7 182
Why Should You do Research
Go to visit CSEP and check out their research programs:
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.

КОМЕНТАРІ

  • @susmitamaloji7111
    @susmitamaloji7111 Місяць тому

    How to create that twophase program in this video. If anyone know plz reply to this

  • @marwanal-yoonus280
    @marwanal-yoonus280 3 місяці тому

    @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".

  • @stevenalexander6262
    @stevenalexander6262 4 місяці тому

    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

  • @MonishaK-sh9bk
    @MonishaK-sh9bk 9 місяців тому

    i want to know how to give my data into the IP, using SDK , please provide any video or documents

  • @weiyizhang4317
    @weiyizhang4317 3 роки тому

    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!

  • @iremnurcolak620
    @iremnurcolak620 3 роки тому

    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 :)

    • @clintlemire8741
      @clintlemire8741 Рік тому

      Intellectual Property. In this context, it is referring to your design.

  • @mriosrivas
    @mriosrivas 3 роки тому

    This is what I was looking for. Thank you so much, I really appreciate your effort!

  • @beccadls2838
    @beccadls2838 4 роки тому

    Pop off king

  • @kirtikumarbaba
    @kirtikumarbaba 4 роки тому

    it's useful thanks.!

  • @beccadls2838
    @beccadls2838 4 роки тому

    Didn’t understand a word of this but cool!