IntroductionToVerilog Part2

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • Behavioral description of digital circuits in Verilog using continuous assignments and procedural assignments like the if-else statement. Introduction and use of always blocks. Hierarchical design using Verilog to implement 1-bit full adder with 7 segment display.

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

  • @Chloeinwonder1and_
    @Chloeinwonder1and_ 4 ปีที่แล้ว +12

    This is the best Verilog beginner tutorial I’ve found so far by a huge margin, this was amazing! Thank you so much

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

    Still, in 2021, the best Verilog tutorial for beginners. Thank you very much!

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

    sir your work is extra ordinary i don't have words to praise your quality work

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

    Thank you so much for the content, very good and well explained,
    but where is the part 3, 4 of this series?

  • @jr.shivendra4271
    @jr.shivendra4271 6 ปีที่แล้ว +4

    Basics are explained very precisely.....But i found it on last night of my exam

  • @vksalian
    @vksalian 7 ปีที่แล้ว +6

    Thanks for the good tutorial video, sir.

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

    Very good, clear and concise. Thanks! 😉

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

    thank you, great explanations

  • @Qiq-og6ms
    @Qiq-og6ms 6 ปีที่แล้ว

    Thank you so much! Very well explained

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

    Could the statement c = a&b have also been written in the always block?

  • @elwafi2001
    @elwafi2001 6 ปีที่แล้ว

    Very good lessons

  • @kharazmkharazmi8236
    @kharazmkharazmi8236 7 ปีที่แล้ว

    really thank you for good tutorial
    the god protect you

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

    Thank you so much ;

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

    thank you!

  • @parkerd2154
    @parkerd2154 6 ปีที่แล้ว

    about how many logic cells would a full adder like this use in an standard Xilinx FPGA?

  • @yck3810
    @yck3810 6 ปีที่แล้ว

    Can I ask that the x1, x0, in FullAdd_Display module are the s and c2 in the previous FullAdd module?

  • @santhoshsabbella1168
    @santhoshsabbella1168 7 ปีที่แล้ว

    thank you very much sir.

  • @zhenbiaoli5196
    @zhenbiaoli5196 6 ปีที่แล้ว

    Thank you!

  • @mansid7676
    @mansid7676 6 ปีที่แล้ว

    Sir, are you using digitial design using verilog by Stephen brown as reference ?

  • @BADKALOS
    @BADKALOS 7 ปีที่แล้ว

    Thank you. Really helpfull !

  • @nohamazenhussein4788
    @nohamazenhussein4788 7 ปีที่แล้ว

    thanks sir

  • @conman2317
    @conman2317 9 ปีที่แล้ว

    What does register do?

  • @PreludeSon
    @PreludeSon 7 ปีที่แล้ว

    I thought the convention is function(output, input, input...etc). But, I'm seeing X0 and X1 as output but Cin is also output. Maybe it's just me -- it looks like this is just inside a module and has not yet completed as a whole in terms of code.