Finally youtube has complete series of system verilog teaching to absolute beginner. Thank you @Systemverilog Academy very much! Appreciate your effort. Will be looking for more to come. :)
Hello. Firstly thanks for starting this channel. I am also taking a system verilog class at school and these videos will help me understand SV even better. Can you also explain the softwares that you’re using for writing the program and for simulation/synthesis so that we can download the softwares and follow along.
Short answer to your question- Use the free online platform called "EDA Playground". Long answer is on the way, we will be publishing a video on that shortly.
Thanks for setting up the videos. After watching the first video, what are the video's that one needs to watch to get full understanding of System Verilog Design and Verification ? I prefer to watch the youtube version of your training materials. other one looks like is machine voice
Thanks for the feedback 🙂. The videos are arranged as courses , and courses are listed in our website systemverilogacademy.com/ on which you may choose the order.
Thank you for taking the time to explain these concepts. However you need to work on the sound quality of your videos. There is an echo and the voice of the speaker is not that clear. Perhaps he would be more clear if he wore a microphone.
do you have any course for verilog ? I want to start from verilog and then go to system verilog. Or can i start directly from system verilog, pls suggest.
The syntax for declaring the port size is:- input logic [7:0] a; but in assign statement, port size is declared after the port name. assign sum = result [7:0]. Can you explain this to me
hello there can u help me with flags? i want to make a programm that takes like inputthe C,N,V,Z and has output HS,LS,HI,LO,GE,LE,LT of 2 numbers A and B . it has to be in construction mode and only with the built-in gates from SV. can u help me pls
Finally youtube has complete series of system verilog teaching to absolute beginner. Thank you @Systemverilog Academy very much!
Appreciate your effort.
Will be looking for more to come. :)
Thank you for the feedback, appreciate it !
@@SystemverilogAcademy Very Well Explained...Fantastic..Looking forward to other videos
U r explanation is simply super 👌 ... thank you
Thanks for the feedback 👍
Wow ✨. This is just amazing
Thanks 👍
Hello. Firstly thanks for starting this channel. I am also taking a system verilog class at school and these videos will help me understand SV even better.
Can you also explain the softwares that you’re using for writing the program and for simulation/synthesis so that we can download the softwares and follow along.
Short answer to your question- Use the free online platform called "EDA Playground".
Long answer is on the way, we will be publishing a video on that shortly.
Thanks for setting up the videos. After watching the first video, what are the video's that one needs to watch to get full understanding of System Verilog Design and Verification ? I prefer to watch the youtube version of your training materials. other one looks like is machine voice
Thanks for the feedback 🙂.
The videos are arranged as courses , and courses are listed in our website systemverilogacademy.com/ on which you may choose the order.
Thank you for taking the time to explain these concepts. However you need to work on the sound quality of your videos. There is an echo and the voice of the speaker is not that clear. Perhaps he would be more clear if he wore a microphone.
Thanks for the feedback, will try to fix issues from next recording.
Thank you for uploading.. It was really very informative..
Great. Thank you !
how are the paid courses of SV and UVM?
sir
when I'm simulating the adder program ,if any of the 2 inputs are logic 1 then resulting sum and carry out as logic 0's instead of 0and 1
do you have any course for verilog ?
I want to start from verilog and then go to system verilog.
Or can i start directly from system verilog, pls suggest.
Sorry, we don't have any courses on Verilog.
I don't think starting with Verilog is a great idea nowadays.
The syntax for declaring the port size is:- input logic [7:0] a; but in assign statement, port size is declared after the port name. assign sum = result [7:0]. Can you explain this to me
When you use the array after declaring, the indexing will be put after the array/variable name.
sir
Is it compulsary to use internal signal instead assigning logic directly to output ports similar to that of verilos
Not really. Give a try like *{c_out, sum} = a + b + c_in ;*
nice videoes where can I find the full playlist?
Playlist link: ua-cam.com/play/PL7q7nkSfmotuZNz8q_dTqhXY1-rZmIRfP.html
@@SystemverilogAcademy here only 3 videos are there
@@Priya-tm2nh Complete new FREE course is now published in www.systemverilogacademy.com/
Hi. If I join the channel for paid courses, will I be able to access the previously uploaded videos of SV and UVM?
Yes, you will get access to all courses.
(In fact, they are not uploaded on a regular basis, its just a one time upload. )
hello there can u help me with flags? i want to make a programm that takes like inputthe C,N,V,Z and has output HS,LS,HI,LO,GE,LE,LT of 2 numbers A and B . it has to be in construction mode and only with the built-in gates from SV. can u help me pls
Hi Anthimos,
It would be difficult for us to help with specific solutions, sorry about that.
sir provide video for verilog also.
Thank you for the feedback, but I don't there is much value in learning Verilog now.