Hardware/Software Co-design in Zynq Ultrascale+ MPSoC

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 30

  • @felipeferreira1960
    @felipeferreira1960 11 หลายเดือนก่อน +2

    Extremely educational and explanatory video. I hope you continue with them. Thank you very much.

    • @rizwantariq1523
      @rizwantariq1523  7 หลายเดือนก่อน

      Thanks you for your kind words

  • @mohammed_mairajuddin_musharraf
    @mohammed_mairajuddin_musharraf ปีที่แล้ว +2

    Awesome and precise explanation. Great job.

  • @zonglehuang4147
    @zonglehuang4147 3 ปีที่แล้ว +5

    One of the clearest and best videos I have ever seen ! really helps me a lot !!!

    • @rizwantariq1523
      @rizwantariq1523  3 ปีที่แล้ว

      Thank you so much. I am glad, you found these concepts useful 🙂

  • @khalidaboushhiwa
    @khalidaboushhiwa 2 ปีที่แล้ว +1

    Clear and concise ..Bravo Rizwan

  • @frederikvanaverbeke8840
    @frederikvanaverbeke8840 ปีที่แล้ว

    Good video, man. Quite the presentations skills you have!

    • @rizwantariq1523
      @rizwantariq1523  ปีที่แล้ว

      Thanks alot Frederik. means alot (Y)

    • @frederikvanaverbeke8840
      @frederikvanaverbeke8840 ปีที่แล้ว

      @@rizwantariq1523 I am new to FPGAs but I am an engineer with some coding skills. Can you recommend me a tutorial or video of a starter project in a Zinq MPSoC? Litterally starter... making an LED blink or so.

    • @rizwantariq1523
      @rizwantariq1523  ปีที่แล้ว

      @@frederikvanaverbeke8840 There are a few things to consider.
      - your Zynq FPGA board may be different than others. Each Zynq FPGA can have different pins. So it's a bit tricky to find the tutorial for the same FPGA sometimes.
      There are plenty of youtube tutorials, but they may be blinking leds from the processor, from HDL, or on entirely different boards.
      Here is what I would like to suggest.
      - Follow any tutorial for your specific Zynq FPGA. Just so that you can get familiar with its interfaces etc., just try to implement a simple 'And Gate' or OR Gate.
      Go through the process of simulating the 'And Gate' and then implementing the And gate.
      If you are not able to find the tutorial for your specific Zynq FPGA. Then follow any other simpler tutorial and try to replicate it for your FPGA.
      As you already have some coding background, i am sure you will be able to solve it.

  • @faizanahmad7134
    @faizanahmad7134 ปีที่แล้ว

    This video was awesome and very informative. I had a little request that can you also make videos related to using PL and PS simultaneously while also using the DDR4 memory. For example, implementing FFT in the PL and showing results using PS and also showing how the results are written in DDR4 memory and then how to read from it directly. Thank you so much!

    • @rizwantariq1523
      @rizwantariq1523  ปีที่แล้ว +2

      Thanks for the kind comment. I am little occupied now a days. I plan to make videos again, but it could take some time.

  • @Brookieleeee
    @Brookieleeee 2 ปีที่แล้ว

    Thank you so much for the clear explanation video

  • @salikhafeez4037
    @salikhafeez4037 3 ปีที่แล้ว

    Very informative !!! great work 👍

    • @rizwantariq1523
      @rizwantariq1523  3 ปีที่แล้ว

      Thanks Salik. Glad you found it useful :)

  • @Parvi_
    @Parvi_ 3 ปีที่แล้ว

    Very well explained. Thanks

    • @rizwantariq1523
      @rizwantariq1523  3 ปีที่แล้ว

      You're welcome Razi. I'm glad it helped you :)

  • @shilpashreehs4868
    @shilpashreehs4868 3 ปีที่แล้ว

    Very clear and understandable. Thanks!

    • @rizwantariq1523
      @rizwantariq1523  3 ปีที่แล้ว

      @Shilpashree Thanks Alot :) Glad you found it useful :)

  • @iam_hyp
    @iam_hyp 3 ปีที่แล้ว

    Nice Explanation Jazakallah

  • @ninn5572
    @ninn5572 3 ปีที่แล้ว

    Great job man

  • @mubasheer5584
    @mubasheer5584 3 ปีที่แล้ว

    Thank you sir 😍

  • @AnuSingh-sk1pj
    @AnuSingh-sk1pj 7 หลายเดือนก่อน

    Hi Rizwan
    thank you for the this wonderful video.
    I am very new with the board . I was having one query if you help me with that.
    Is it linux or writting code required at PS side if I only want to deal with FPGA and verilog code and want to see the result of my verilog code?
    i mean is it possible to handle only PL things without developing anything on PS side in the beginning carrier?

    • @rizwantariq1523
      @rizwantariq1523  7 หลายเดือนก่อน

      Yes, if you only want to work with verilog designs, then you can just focus on the PL part.
      PS is usually used for software development in C/C++