Verilog For loop : can we synthesis it ? Day 20

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • Learn Verilog with Practice : www.whyrd.in/s... Let's Learn Verilog with real-time practice.
    Join this channel to get access to perks:
    / @whyrd
    Day21: • Count no of 1 | Lets L...
    Today's video resources:
    HDLbits : hdlbits.01xz.n...
    Quora answer : www.quora.com/....
    Verilog IEEE doc : staff.ustc.edu....
    Comparator circuit :
    To personally connect with me, follow me on :
    LinkedIn- / rajdeep-mazumder
    Instagram- / rajdeep.jgd
    ________________________________________
    Watch Next:
    VLSI interview prep series: • VLSI interview prepara...
    VLSI Podcast: • VLSI PODCAST
    VLSIgayan: • VLSIgayan
    Start a VLSI project: • VLSI Project That Will...
    Verilog roadMap: • Learn VERILOG for VLSI...
    #whyrd #vlsi #verilog
    Disclaimer: The following video and its contents are presented for informational purposes only. The author of this video has made every effort to provide accurate and up-to-date information based on their best knowledge and research available at the time of recording. However, the author cannot guarantee the absolute accuracy, completeness, or timeliness of the information presented.
    it is important to note that the views, opinions, and interpretations expressed in this video solely belong to the author and do not necessarily reflect the views of their employer or any other organization with which they may be affiliated.
    Viewers are reminded to exercise their own critical thinking and judgment when consuming the information presented in this video. The author , shall not be held responsible for any losses, damages, or consequences arising from the use or misuse of the information contained herein.

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

  • @radheshyamsharma8994
    @radheshyamsharma8994 3 หลายเดือนก่อน

    Try this to use synthesizable code for loop using always block
    integer i;
    always @(*) begin
    for(i=0 ; i

  • @Narayan_BITSPilani
    @Narayan_BITSPilani 3 หลายเดือนก่อน

    module top_module(
    input [99:0] in,
    output [99:0] out
    );
    genvar i;
    generate
    for(i = 0; i

  • @electro.feedback
    @electro.feedback ปีที่แล้ว +1

    hello sir , Could you please share if the ngspice and xschem with magic are actually used in the insdustries ?

  • @Chintu-cx4ir
    @Chintu-cx4ir 4 หลายเดือนก่อน

    Hello sir, Where can I get the PPt you shown in the video containing the daily quiz problem??
    I will be great help if you share that too

  • @BSrihari-y8p
    @BSrihari-y8p ปีที่แล้ว

    Sir can please u explain physical design related subjects.

  • @Ozeee22
    @Ozeee22 10 หลายเดือนก่อน

    Sir I'm not getting to join button in my mobile to join as a member in this channel.

  • @venkatasaiharikrishnamaddi
    @venkatasaiharikrishnamaddi 11 หลายเดือนก่อน

    module tb;
    reg a,b;
    initial
    begin
    $monitor("time: %0d, a = %0d b=%0d",$time, a, b);
    a = 0;
    b = 0;
    #10 a = 1;
    #10 b = 1;
    #5 a

    • @whyRD
      @whyRD  11 หลายเดือนก่อน

      A and b will be assigned to 0 in 25 unit seconds

    • @venkatasaiharikrishnamaddi
      @venkatasaiharikrishnamaddi 11 หลายเดือนก่อน

      @@whyRD Not really, A is assigned with 0 at 25 time units and B is assigned with 0 at 35 time units.
      I am not getting the reason

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

    sir kindly help me by suggesting an open source full free dft tool, i need to use this in my upcoming thesis related activities🥲

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

      According to me you can use any open source tool to simulate dft like ngspice, develop layout for them … they are nothing special then a simple circuit right ? Again i have very limited knowledge about dft

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

      @@whyRDThanks a lot for your kind response! Love from Bangladesh

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

    @whyRD .. Sir I have sent a request in LinkedIn to connect with you so I can share some doubt over there and can have a proper discussion.

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

      Oky sure let me check