Behavioral Modeling | #13 | Verilog in Hindi | VLSI Point

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

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

  • @AliMuhammad-sm9hx
    @AliMuhammad-sm9hx 2 ปีที่แล้ว +4

    this is probably most important video so far

  • @sreekarvetsa805
    @sreekarvetsa805 8 หลายเดือนก่อน

    best playlist till now and will remain as best
    Thank you mam

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

    Your playlist is awesome

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

      Thanks, Keep watching ✌✌

  • @priyankashivalkar4970
    @priyankashivalkar4970 19 วันที่ผ่านมา +1

    Thank you madam ❤❤

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

    nice explanation....please make more such videos for verilog codes

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

      Thanks Abhishek! Verilog coding videos will be uploaded soon. Stay connected ✌✌

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

      @@vlsipoint Thank you

  • @ashijain2876
    @ashijain2876 15 ชั่วโมงที่ผ่านมา

    How to use blocking assignment with
    continuous assignment ??

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

    Mam in the last example of 4 bit counter why we take 4'd0 it should be 4'b0

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

    mam in 4x1 mux why you have declared OUTPUT as register ? Do we need to store the output ?

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

      Yes mam , why we need to output as reg data type ???

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

      @VLSI point

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

    Great!!!!!!

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

    Mam blocking assignment ka only combinationl circuit m hi q use hota h

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

      Blocking assignments can be used in both combinational and sequential circuits but nonblocking assignments can be used in sequential circuit only bcz of it's storage property.
      Blocking assignments blocks the execution of next statements until it is executed but In nonblocking multiple assignments happens at a same time.

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

    very informative video !!

  • @user-uz8wq4xn2l
    @user-uz8wq4xn2l ปีที่แล้ว

    mam i want to ask doubts of verilog then can i ask you?

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

    Maam I don’t understand about loop

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

    Mem ek baar begin use karne par dobara kyon karte hain same code mein? Good playlist

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

    Nice

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

      Thanks Muskaan!

  • @soumyodeephalder7919
    @soumyodeephalder7919 3 หลายเดือนก่อน +2

    nice video

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

    you haven't expalin what is %d,$monitor please do.

  • @Yashwant_Chavan
    @Yashwant_Chavan 4 หลายเดือนก่อน +1

    Here 3:27 statement result not understand

    • @PraveenSingh-x4n
      @PraveenSingh-x4n หลายเดือนก่อน

      4 initials blocks starts at time 0 and statements inside these are enclosed with begin- end and hence individual initial block's statements will be executed sequentially and therefore delays are accumulated inside those initial blocks. for example- inside 2nd initial block- ist statement ( a= 1'b1) will be executed at time 5 units and second statement (b= 1'b0) will be executed at [5 (delay because of ist statement)+ (delay assigned to 2nd statement=25) = 30 time units]

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

    Regular delay and Intra-assignment delay explanation looks same...

  • @SUMITKUMAR-vb3vr
    @SUMITKUMAR-vb3vr ปีที่แล้ว +1

    teaching so fast , as you think we know it already