In which software you had written the program sir Can u send a link to software stimulation(application)
@ComponentByte2 жыл бұрын
This is Modelsim. Please search student version Modelsim on Google and you will get the link. Students version is a free software.
@ashutoshpandey35834 жыл бұрын
Dude u r doing great work
@bommurajuk4525 Жыл бұрын
Nice video lectures
@reshmas37143 жыл бұрын
Thank you sir..from kerala
@mukappakk38274 жыл бұрын
3'd6 means 3 bit decimal 6 , where 3 bit is nothing but 6 in binary number right? That is 110.
@ComponentByte4 жыл бұрын
Yes, you are correct.
@vishalmoladiya27353 жыл бұрын
Thanks...for content
@ComponentByte3 жыл бұрын
Welcome. Happy learning.
@215_raveenchandra83 жыл бұрын
Unsized '012 means what ...... 32 bit .......... Does that mean 0000 continue until 30 bits then 31 bit is 1 and 32 bit is 2 ???
@ComponentByte3 жыл бұрын
012 means 32 bit default decimal number By default it's decimal but if you want to display in binary then it's 000....(28 no. 0)1100
@215_raveenchandra83 жыл бұрын
@@ComponentByte ohh i gotnit now.... It means all these 8,16,32 wherever is written that means ij binary it implies that amount of bits okk i got it thank you very much ... The best part about you is that you reply to everyone's query..
@mukappakk38274 жыл бұрын
Can 'identifiers' contain numbers also?
@ComponentByte4 жыл бұрын
Yes, but you have to follow the rules for identifier like 1a is not allowed but a1 is allowed.
@siddharthkumar2274 Жыл бұрын
thankyou sir
@mukappakk38274 жыл бұрын
How to differentiate variables and identifies?
@ComponentByte4 жыл бұрын
An identifier is user-defined name assigned to an object. identifier are the name of variables.
@papparoa62143 жыл бұрын
Unsized means number without size
@ComponentByte3 жыл бұрын
Yes, 4'd10 is sized 10 is unsized
@kiranjotdhillon74783 жыл бұрын
thanks
@ComponentByte3 жыл бұрын
Welcome. Happy learning.
@ashlyp78044 жыл бұрын
Nice video
@harshavardhanakrishnakommu25554 жыл бұрын
how to download complier for verilog
@ComponentByte4 жыл бұрын
You mean Verilog simulator to write the code ?
@ComponentByte4 жыл бұрын
If you are asking about simulator then students version is freely available . You can download Xilinx ISE or Modelsim. If you try then full version is also available in the internet.
@jeetusify2 жыл бұрын
Please upload with subtitles.....
@ComponentByte2 жыл бұрын
To be honest, I hardly get time to edit video( I m not professional in editing and my main motive is to give my best). All the tutorials are unedited and I try my best to make good content with my broken English. Don't get me wrong but this is the reality.
@lumerify Жыл бұрын
this is too slow I had to watch it on 5x speed
@ComponentByte Жыл бұрын
Hope you understood the concepts.
@ishwaryasara9739 Жыл бұрын
nice content but not in order useful
@ComponentByte Жыл бұрын
Not in order ?
@ishwaryasara9739 Жыл бұрын
@@ComponentByte syntaxes comes first and after that data type comes .....it's little bit confusing to learn which first
@ishwaryasara9739 Жыл бұрын
@@ComponentByte if possible please put system verilog tutorials tooo
@ComponentByte Жыл бұрын
Sorry for the confusion. You are the first one to point out this.
@bharathkumar8932 Жыл бұрын
Can u please explain how come 8'b1010_1011; from 3'd6? 3'd6 = 110