why do we get 0100 printed when we give input 32{4'b01xz} ?
@PrathiRojuCoder44449 ай бұрын
What is the ide that you are using ?? how to install it??
@USMan2111 ай бұрын
Clean content. Thank you!
@binupkumar536011 ай бұрын
Great Explanation..!!
@rishabhkumarsoni1240 Жыл бұрын
Wow man, beautiful explanation. I was looking for good content for SV finally found your channel.
@Shahidsoc Жыл бұрын
why he write 4 addresses in case for write operation but for read only one address is enough ?
@NKARRIVASU Жыл бұрын
Sir, can u provide the Sv code for given sequence detector
@shaswatadutta4451 Жыл бұрын
Please upload this entire ppt and the tutorial in a new drive link. The old link is not working.
@gunasekaran8196 Жыл бұрын
Bro continue with sv I will refer your channel
@saketswami882 Жыл бұрын
Hi, I'm trying to run this on EDA Playground with VCS, result is different for the same code (typedef example). What might be the case ? Also, the result for mentor questa seems different when dealing with certain code, for example one_bit and four_bit code in earlier video
@aasthashah2261 Жыл бұрын
Thank you very much sir
@AkbarRajaei Жыл бұрын
nice explanation for keyword this and super 👍
@vamshidharreddy33 Жыл бұрын
can you please give the access to the files
@Kenneth-ml9fx Жыл бұрын
I don't understand
@surbhigupta8310 Жыл бұрын
I just loved the way you explain, very simple ans easy way. Requesting you to please make videos on UVM and advanced SV.
@soumitrapal20912 жыл бұрын
the ppt download link is not working. can you please upload the ppt?
@pallaviraju75422 жыл бұрын
very useful .but the drive link asking for permission
@iSeanx32 жыл бұрын
Can you reupload the ppt?
@ramyamarrapu48232 жыл бұрын
Sir Please keep upload more videos
@0011223344532 жыл бұрын
hey, can you please upload the attached PPT? the current link doesn't work. thank you
@gunjanpandey25852 жыл бұрын
Sir...how can I contact you... please reply
@uzmaaliya20362 жыл бұрын
Hi sir why we have used $ symbol in monitor command ?? ($realtime,$time) but we haven’t used ($value ) why ???
@ChiragHadiya Жыл бұрын
yeah i am agree with you why we only use $ ?
@swapnilbande20672 жыл бұрын
sir in this video there is a register cntrl which is write only and there is instat register which is read only then while writing operation why cntrl register is assigned to value 0 instead of instat in the code?
@amruthn48282 жыл бұрын
please give download option for the ppt
@nehakumari-xh3ep2 жыл бұрын
Thanks a lot ft this help.
@pavankumar-tt1wx2 жыл бұрын
Hi kavish, thanks a lot. please share all SV topics
@rameshpatgar94732 жыл бұрын
Can we create Excel sheet in gvim
@pulkitmittal20652 жыл бұрын
ppt absent..
@urvashimota073 жыл бұрын
Best SV learning session I have come across till now
@shreenivasshavi1353 жыл бұрын
Waiting for second part
@lokapallyshivaprasadreddy20183 жыл бұрын
Kindly make some videos on UVM also brother
@rajkapadia73243 жыл бұрын
can you give me access to the solutions?
@amishaangel33 жыл бұрын
good ..kindly make more videos on system verilog and UVM too.
@jagadeeswarreddyneelapured52153 жыл бұрын
Thanks for giving brief presentation.. I learnt a lot
@SachidanandBNaragundakar3 жыл бұрын
module datatype_example2; logic a={32{4'b1111} };//{4'b1000}}; bit b={32{4'b1111} }; byte c={32{4'b1111} }; int d={32{4'b1111} }; longint e={32{4'b1111} }; logic f={32{4'b10xz} };//{4'b1000}}; bit g={32{4'b10xz} }; byte h={32{4'b10xz} }; int i={32{4'b10xz} }; longint j={32{4'b10xz} }; initial begin $display("the a value=%0b\t%0b\t%0d\t%0d\t%0d",a,b,c,d,e); $display("the a value=%0b\t%0b\t%0d\t%0d\t%0d",f,g,h,i,j);//b,c,d,e); end endmodule THIS IS WHAT i HAVE WRITTEN FOR EXERICISE 2 AND OUTPUT I AM GETTING AS the a value=1 1 -1 -1 -1 the a value=z 0 -120 -2004318072 -8608480567731124088 V C S S i m u l a t i o n R e p o r t PLEASE HELP ME TO UNDERSTAND THIS
@SachidanandBNaragundakar3 жыл бұрын
HELLO KAVISH PLEASE LET ME KNOW AT 16:49 OUTPUT FOR EXAMPLE OF WIRE/TRI I AM GETTING DATA=Z INSTEAD OF X AS PER UR VIDEO ????
@54321madhu3 жыл бұрын
Brilliant Tutorial Kavish. Thank you so much
@ayeshasaberi89723 жыл бұрын
HI sir, Your classes are so amazing. it has helped me a lot lot.. Thanks a lot sir
@venugopalreddygogireddy19183 жыл бұрын
in 5:02 when Iam trying to highlight word it is highlighted but it is not indicating different color it is same color as before what should I do to get my highlighted word different color?
@kamalvaishnav67633 жыл бұрын
Ppt not available on drive
@HowsThatApp3 жыл бұрын
Thank you so much for these 2 videos!
@shubhigupta57853 жыл бұрын
Sir why we use %b in monitor or display statement?
@debabratobanik21033 жыл бұрын
b for binary data type
@abhisheksingh-db4kk3 жыл бұрын
hey nice lecture can update more lecture on system verilog
@ibrahimayaz3 жыл бұрын
Dear Sir. I find your content really helpful for learning SystemVerilog and its features. I am very sad that you didn't continue to teach on Constrained Random Verification and UVM topics. I hope you have a very good and healthy life and really thank you from my heart for these valuable content.
@amalenduaman72392 жыл бұрын
Here system verilog is complete fully or some topics are remaining?
@VenkataRamana-oc9hu3 жыл бұрын
a lot of stuff in a single video, hats of to you sir.........
@amalenduaman72392 жыл бұрын
Here system verilog is complete fully or some topics are remaining?
@Bilech343 жыл бұрын
Great video, thank you very much! Unfortunately, the PPT file isn't available anymore. Is there any chance it can be reuploaded?