Using Multiple Modules in Verilog

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024
  • Often times, it is better to compose a sophisticated design from a series of smaller, testable, components. In this video, we will look at the basic syntax for creating and implementing smaller, reusable logic modules to create a larger, more complex implementation. To accomplish this, we will use the case of creating a 2-to-4 Line Decoder.

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

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

    this is fire
    you rock
    I'm impressed that you did almost everithing in vs code

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

    for sure it is a most useful lesson I watched in youtube.. keep it up...

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

    This video is super helpful and well done, thank you!

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

    Great video! Very Helpful. Thank you.

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

    do we have to include all the submodule into the main module.v (or) is the any other way similar to programming language class using header file (because for complex circuit main module file would become large) ?

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

    CRystal-clear!

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

    thanks very helpful

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

    I want to learn Verilog and also want to practice. Can you please suggest the steps to take? I want to be very good at it. Iknow digital electronics already. thank

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

    I get a "macro include undefined" when I try to include files and I was not able to find anything information on that.

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

    What does the #20 behind each assignment of values mean? I feel that I might have accidentally skipped that part.

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

      its just timeperiod of 20 ns for each transition from 0 to 1 and vice-versa

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

    Can you put the code on github?