An Introduction to FPGAs: Architecture, Programmability and Advantageous

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

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

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

    This is by far the best explanation I've ever seen, especially for a beginner like me

  • @sidharth2261
    @sidharth2261 3 ปีที่แล้ว +1

    one of the best video series on FPGA programing. according to me

  • @Skskjsudwjwjdjdhhsu
    @Skskjsudwjwjdjdhhsu 25 วันที่ผ่านมา

    This is the first time I've got this explained this well

  • @abdulah.malikkk
    @abdulah.malikkk ปีที่แล้ว

    Your content is extremely transformative for me. Can't thank you enough!

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

    It’s really a great content sir, explained very well. Worth watching your videos.you saved my time in exploring about FPGA as for my PhD research ,I need to work on FPGA.

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

    Wonderful explanation. Great work. Thank you very much. I hope you will continue this content in a very near future again.

  • @ravitejab2095
    @ravitejab2095 3 ปีที่แล้ว +1

    Heartfully say it is very good explanation

  • @pinkey6314
    @pinkey6314 วันที่ผ่านมา

    Prof. I am not finding a series of video lectures (there were 6 videos) about using vivado to program fpga, you have explained in detail from opening a project to running an LED on the board (it was zybo I think)

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

    Thank you so much for the content explained in detail, very well understood

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

    good explanation

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

    Very excellent presentation!

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

    Sir very nice content and explanation, its really needful for me thank you.

  • @Anonymous-v4l4t
    @Anonymous-v4l4t 3 หลายเดือนก่อน

    16:10 how 6-input LUT is 16-bit deep instead of 64?

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

    will the Verilog code be exactly same for designing spi controller for arty-z7 board ? Arty-z7 board doesn't have oled display

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

    Excellent

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

    Dear Vipin, Thank you for the course. I am following the course. I have a question. I am using the xilinx ISE 14.7 software which works on oracle VB. I could not program the FPGA as I cannot detect any port of Xilinx SDK terminal. I have tried the following. 1. Installing cable drivers. (C:\Xilinx\Vivado\2022.2\data\xicom\cable_drivers
    t64) -> Install_drivers as admin.
    2. Tries to uninstall exiting drivers and reinstall them.
    3. Tried to add myself to dialout group
    In the process, of installing cable drivers, I received following message. (INFO: InstallPath="C:\Xilinx\Vivado\2022.2\data\xicom\cable_drivers
    t64\"
    windrvr6 is not installed (this is expected for Windows 10 and later))
    I am sure the windows 10 does have that driver. Do you have any idea about the issue? Please let me know. Thanks!

  • @huojinchowdhury3933
    @huojinchowdhury3933 4 ปีที่แล้ว +1

    How input say 00 knows that it needs to access first location of the LUT? Is it anything we need to mention while programming? And how can we store any logic gates truth table's output in LUT?

    • @Vipinkmenon
      @Vipinkmenon  4 ปีที่แล้ว

      LUTs are small memories and they are made like that. 00 is always first location 01 second etc. What value should be stored in location 00 depends on what we want to implement. Now a days we don't directly specify it. We write the logic in an HDL language and the FPGA vendor provided software will find what values to be stored

    • @huojinchowdhury3933
      @huojinchowdhury3933 4 ปีที่แล้ว

      @@Vipinkmenon My fpga board have 6 input and 2 output LUT. What I will get output for input 000000. Here, I can get two output. What I will get first and second output?

    • @Vipinkmenon
      @Vipinkmenon  4 ปีที่แล้ว

      From Virtex 6, Xilinx uses 6 input LUTs. Those LUTs have 2 outputs. You can use a LUT as a 6 input 1 output LUT or 2 five inputs 2 output LUTs as the LUTs are fracturable. You can't use it as a 6 input 2 output LUT. Details you can see here. www.xilinx.com/support/documentation/user_guides/ug474_7Series_CLB.pdf. Please read chapter 1.

    • @huojinchowdhury3933
      @huojinchowdhury3933 4 ปีที่แล้ว

      @@Vipinkmenon Can you tell me how can I configure 6 input 1 output LUT for half adder? truth table of half adder has two output. One for carry and other for sum

    • @huojinchowdhury3933
      @huojinchowdhury3933 4 ปีที่แล้ว

      @@Vipinkmenon It is for educational purpose. And I need to get high performance. So, I need to understand in very basic layer. How simple one bit addition operation can be performed using CLB?

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

    In FPGA I heard about slices, what is it exactly?

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

    My most productive 48 minutes 32 seconds.

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

    Hello Sir,
    First, I would like to thank you for uploading these videos, these are very useful. Sir, You are a very good teacher. Can I get your lecture videos from other subjects?

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

    With the help of MATLAB how we can start learning FPGA , please give me your guidance on this.
    Thankyou.

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

    can I have the source of the presentation, please?

  • @Sadiqkhan-st4pt
    @Sadiqkhan-st4pt 4 ปีที่แล้ว +2

    Great content.
    Can you please introduce yourself as well? I think I am one of your fans. :)

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

      Thanks. This is my background. vipinkizheppatt.github.io/

  • @alexandrosiii5676
    @alexandrosiii5676 4 ปีที่แล้ว

    Hello
    Vipin Kizheppatt. Can you send me all zedboard related slides?

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

    sir can you add hbm in vivado tutorial

  • @Spark_T_ai
    @Spark_T_ai 2 หลายเดือนก่อน

    9:00