Verilog Basics

  Рет қаралды 215,467

Paul Franzon

Paul Franzon

Күн бұрын

Пікірлер: 67
@marcellvarbai6264
@marcellvarbai6264 11 жыл бұрын
This is so amazing. Your lesson was perfect,good job. Thank you
@paulfranzon2229
@paulfranzon2229 6 жыл бұрын
The quizzes are in our learning management system and not publicly accessible. Thanks for your interest.
@GloomyHouse
@GloomyHouse 10 жыл бұрын
I wonder if I fed my dog today.....that being said....thank you for the presentation. Very Helpful !
@chrishadjipetris6059
@chrishadjipetris6059 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;
@maripaz5650
@maripaz5650 3 жыл бұрын
This cleared up a week's worth of confusion, thank you!!
@hazalberilcatalak4477
@hazalberilcatalak4477 8 жыл бұрын
i learned some main ideas of verilog as a molecular biology and genetics undergrad, for understanding some synthetic biology coding. thank you.
@rolfw2336
@rolfw2336 7 жыл бұрын
There might be a problem at 6:15, where variable a is not defined. Otherwise, thanks, very helpful.
@paulfranzon2229
@paulfranzon2229 8 жыл бұрын
Kevin: You need the begin and end if there is more than one statement following the always trigger.
@gregorymccoy6797
@gregorymccoy6797 3 жыл бұрын
Lots of questions but this was very useful. Thank you.
@amritpalsingh3293
@amritpalsingh3293 5 жыл бұрын
For what b are used for and why D has not been declared as an input?
@brindamavadiyan8972
@brindamavadiyan8972 5 жыл бұрын
Great work looking for more videos
@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.
@ShreyasBharadwaj
@ShreyasBharadwaj 5 жыл бұрын
My whole semester of learning didn't make it as clear as this short video
@TooSlowTube
@TooSlowTube 3 жыл бұрын
I need to come back to this once I understand what kind of assignment that is (
@paulfranzon2229
@paulfranzon2229 3 жыл бұрын
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 KZbin videos.
@paulfranzon2229
@paulfranzon2229 3 жыл бұрын
@@TooSlowTube The full course can be found at kzbin.info/aero/PLfGJEQLQIDBN0VsXQ68_FEYyqcym8CTDN . This is covered in the Verilog2 section.
@TooSlowTube
@TooSlowTube 3 жыл бұрын
@@paulfranzon2229 Excellent. Thanks, Paul.
@carinezXz
@carinezXz 8 жыл бұрын
Thank you very much this is useful for beginners like me..:)
@6s6
@6s6 8 жыл бұрын
Is it really necessary to have the begin and end in the verilog module for flipflop?
@sunshinekanika5797
@sunshinekanika5797 8 жыл бұрын
i cant find this link mentioned in the video .. showing error 404
@Easylife_120
@Easylife_120 7 жыл бұрын
What is difference between Standard verilog, power verilog and fast verilog?
@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 жыл бұрын
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.
@priyanks91
@priyanks91 2 жыл бұрын
Thank you very much
@raaami007
@raaami007 11 жыл бұрын
its Very clear for me now , thank you sir
@althafyoosuf9987
@althafyoosuf9987 9 жыл бұрын
very good lecture,... thank you sir
@tlogan404
@tlogan404 8 жыл бұрын
Dead link... :(
@venkatesh.venky0805
@venkatesh.venky0805 5 жыл бұрын
yes
@AJ-bj5ds
@AJ-bj5ds 7 жыл бұрын
Sir, Can we convert a C language code into verilog .
@paulfranzon2229
@paulfranzon2229 7 жыл бұрын
Not very efficiently
@hazimaznan2077
@hazimaznan2077 4 жыл бұрын
Thank you very nice video
@ianthorp900
@ianthorp900 9 жыл бұрын
very helpful, thank you!
@rajaposupo8376
@rajaposupo8376 9 жыл бұрын
Thank You Sir....
@dilaracoban7467
@dilaracoban7467 7 ай бұрын
thank you
@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
@pamp3657
@pamp3657 2 жыл бұрын
Good fucken video thank you sir
@ComradeChrome
@ComradeChrome 5 жыл бұрын
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 жыл бұрын
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.
@fluffysesshyandrin
@fluffysesshyandrin 9 жыл бұрын
thank you very much!
@samhsmith
@samhsmith 6 жыл бұрын
Very good
@hyalzaq
@hyalzaq 11 жыл бұрын
Thank you.
@munteanumichelle
@munteanumichelle 7 жыл бұрын
Thanks!
@tech4allbyshameer502
@tech4allbyshameer502 6 жыл бұрын
👍👍
@Tapajara
@Tapajara 5 жыл бұрын
IMHO: Real hardware is continuously evaluating an expression, not just when the inputs change.
@asfandyarsanam8807
@asfandyarsanam8807 7 жыл бұрын
Sir thank u
@himanshu6489
@himanshu6489 7 жыл бұрын
why u people pronounce code(which is "kode") as "khode"
@SmartShocks
@SmartShocks 7 жыл бұрын
Himanshu Doley Dear sir, he is trying to teach you something important. Don't ask stupid questions about his accents!
@ZweiSpeedruns
@ZweiSpeedruns 7 жыл бұрын
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 жыл бұрын
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 жыл бұрын
For what b are used for and why D has not been declared as an input?
@paulfranzon2229
@paulfranzon2229 5 жыл бұрын
b is an input do this module. D is not since its the ouput of a gate inside the module (a mux.)
The best way to start learning Verilog
14:50
Visual Electric
Рет қаралды 146 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 6 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
VHDL Lecture 1 VHDL Basics
30:53
Eduvance
Рет қаралды 486 М.
Introduction to Verilog Part 1
24:11
Peter Mathys
Рет қаралды 150 М.
Verilog HDL Basics
51:31
Altera
Рет қаралды 646
What is an FPGA? Intro for Beginners
13:22
nandland
Рет қаралды 370 М.
ClockDomainCrossing
18:17
Paul Franzon
Рет қаралды 46 М.
Simple Combinational Logic Design in Verilog
17:00
Derek Johnston
Рет қаралды 20 М.
Intro to Verilog and ModelSim, Part1
30:23
Peter Mathys
Рет қаралды 53 М.
An Introduction to Verilog
4:40
CompArchIllinois
Рет қаралды 160 М.