Verilog Basics

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 67

  • @marcellvarbai6264
    @marcellvarbai6264 11 років тому +13

    This is so amazing. Your lesson was perfect,good job. Thank you

  • @hazalberilcatalak4477
    @hazalberilcatalak4477 8 років тому +1

    i learned some main ideas of verilog as a molecular biology and genetics undergrad, for understanding some synthetic biology coding. thank you.

  • @GloomyHouse
    @GloomyHouse 10 років тому +5

    I wonder if I fed my dog today.....that being said....thank you for the presentation. Very Helpful !

  • @maripaz5650
    @maripaz5650 3 роки тому

    This cleared up a week's worth of confusion, thank you!!

  • @rolfw2336
    @rolfw2336 7 років тому +7

    There might be a problem at 6:15, where variable a is not defined. Otherwise, thanks, very helpful.

  • @paulfranzon2229
    @paulfranzon2229  6 років тому +3

    The quizzes are in our learning management system and not publicly accessible. Thanks for your interest.

  • @gregorymccoy6797
    @gregorymccoy6797 3 роки тому

    Lots of questions but this was very useful. Thank you.

  • @chrishadjipetris6059
    @chrishadjipetris6059 2 роки тому +2

    There's another way to implement the foo function. You can also do it like this:
    always @(a or b or c)
    case (a)
    0 : foo = b | c;
    1 : foo = b ^ c;

  • @paulfranzon2229
    @paulfranzon2229  8 років тому +7

    Kevin:
    You need the begin and end if there is more than one statement following the always trigger.

  • @brindamavadiyan8972
    @brindamavadiyan8972 5 років тому

    Great work looking for more videos

  • @amritpalsingh3293
    @amritpalsingh3293 5 років тому +1

    For what b are used for and why D has not been declared as an input?

  • @ShreyasBharadwaj
    @ShreyasBharadwaj 5 років тому +1

    My whole semester of learning didn't make it as clear as this short video

  • @priyanks91
    @priyanks91 2 роки тому

    Thank you very much

  • @PYC1337
    @PYC1337 6 місяців тому

    if you use switch cases or if statements the cpu will take more time figuring out whether the imposed condition is true or false, i am fairly new to verilog but i've learnt C, embedded C and assembly, so i was wondering, can you use decoders or encoders instead of MUXs and DEMUXs in order to avoid conditional statements?

    • @paulfranzon2229
      @paulfranzon2229  6 місяців тому

      decoders and encoders are still coded using case statements.

  • @carinezXz
    @carinezXz 8 років тому +2

    Thank you very much this is useful for beginners like me..:)

  • @raaami007
    @raaami007 11 років тому

    its Very clear for me now , thank you sir

  • @TooSlowTube
    @TooSlowTube 3 роки тому

    I need to come back to this once I understand what kind of assignment that is (

    • @paulfranzon2229
      @paulfranzon2229  3 роки тому +1

      This is covered in the full class playlist in the Verilog 2 section. Thanks for watching and the comment.

    • @TooSlowTube
      @TooSlowTube 3 роки тому

      @@paulfranzon2229 That's good. Thanks.
      When you mentioned the full course, I thought you meant as you'd taught it to your students, but that it wasn't covered in your UA-cam videos.

    • @paulfranzon2229
      @paulfranzon2229  3 роки тому +1

      @@TooSlowTube The full course can be found at ua-cam.com/play/PLfGJEQLQIDBN0VsXQ68_FEYyqcym8CTDN.html . This is covered in the Verilog2 section.

    • @TooSlowTube
      @TooSlowTube 3 роки тому

      @@paulfranzon2229 Excellent. Thanks, Paul.

  • @6s6
    @6s6 8 років тому

    Is it really necessary to have the begin and end in the verilog module for flipflop?

  • @ianthorp900
    @ianthorp900 9 років тому

    very helpful, thank you!

  • @hazimaznan2077
    @hazimaznan2077 4 роки тому

    Thank you very nice video

  • @Easylife_120
    @Easylife_120 7 років тому

    What is difference between Standard verilog, power verilog and fast verilog?

  • @sunshinekanika5797
    @sunshinekanika5797 8 років тому

    i cant find this link mentioned in the video .. showing error 404

  • @rajaposupo8376
    @rajaposupo8376 9 років тому +1

    Thank You Sir....

  • @Submersed24
    @Submersed24 6 років тому

    My professor is having us write a decoder in Verilog, and I understand the code, but I can't find a single example of how to compile the code or what the output of the code is supposed to look like...

    • @paulfranzon2229
      @paulfranzon2229  6 років тому +1

      You need a synthesis tool. You can download the student version of Quartus from Alterra (now Intel) for free.

    • @anamaykane9355
      @anamaykane9355 6 років тому

      @@paulfranzon2229 Hello Paul. Is there any way I can access the sub module quizzes mentioned by you in the Digital Design online course? That would be very helpful. Thanks in advance.

  • @dilaracoban7467
    @dilaracoban7467 7 місяців тому

    thank you

  • @pamp3657
    @pamp3657 2 роки тому

    Good fucken video thank you sir

  • @fluffysesshyandrin
    @fluffysesshyandrin 9 років тому

    thank you very much!

  • @althafyoosuf9987
    @althafyoosuf9987 9 років тому +3

    very good lecture,... thank you sir

  • @hyalzaq
    @hyalzaq 11 років тому

    Thank you.

  • @AJ-bj5ds
    @AJ-bj5ds 7 років тому

    Sir,
    Can we convert a C language code into verilog .

  • @samhsmith
    @samhsmith 6 років тому

    Very good

  • @tlogan404
    @tlogan404 8 років тому +4

    Dead link... :(

  • @ComradeChrome
    @ComradeChrome 5 років тому +4

    The constant clicking in the background made if very hard for me to follow along to this otherwise good video. I have ADHD though, so maybe others weren't so bothered.

    • @paulfranzon2229
      @paulfranzon2229  5 років тому +2

      I must admit I dont know where the tapping comes from. Possibly its some artifact introduced along the way, possibly by the audio compression in Camtasis.

  • @munteanumichelle
    @munteanumichelle 7 років тому

    Thanks!

  • @yasmeen2173
    @yasmeen2173 4 роки тому

    hello
    have you an email can l contact with you ? because I have a project and I need to help to do my project please. my project can make by verilog language

    • @paulfranzon2229
      @paulfranzon2229  4 роки тому

      A search engine turns me up. My affiliation is clear from the slides.

    • @yasmeen2173
      @yasmeen2173 4 роки тому

      @@paulfranzon2229 thanks🌸 I send you an email I hope to help me please

  • @tech4allbyshameer502
    @tech4allbyshameer502 6 років тому

    👍👍

  • @asfandyarsanam8807
    @asfandyarsanam8807 7 років тому

    Sir thank u

  • @Tapajara
    @Tapajara 5 років тому +1

    IMHO: Real hardware is continuously evaluating an expression, not just when the inputs change.

  • @himanshu6489
    @himanshu6489 7 років тому +2

    why u people pronounce code(which is "kode") as "khode"

    • @SmartShocks
      @SmartShocks 7 років тому +16

      Himanshu Doley Dear sir, he is trying to teach you something important. Don't ask stupid questions about his accents!

    • @ZweiSpeedruns
      @ZweiSpeedruns 7 років тому +1

      the k and aspirated k sounds are interchangeable in english, to the point where many native speakers can't tell the difference unless it's exaggerated.

    • @donpasquale8486
      @donpasquale8486 7 років тому +1

      What are you talking about? He's pronouncing it with his British accent what's your problem lol? Your accent is a lot worse for pronunciation, so I wouldn't be talking if I was you, at least his is one native to the English language.

    • @AverageMinion98
      @AverageMinion98 7 років тому

      Cover (kover) as khover

    • @migkillerphantom
      @migkillerphantom 6 років тому

      Not everybody is a poop-juggling street shitter like you bro

  • @amritpalsingh3293
    @amritpalsingh3293 5 років тому +1

    For what b are used for and why D has not been declared as an input?

    • @paulfranzon2229
      @paulfranzon2229  5 років тому +1

      b is an input do this module. D is not since its the ouput of a gate inside the module (a mux.)