Your tutorials are incredibly useful and not complicated to follow, unlike even some of the MOOCs that are available online. Thanks for the guidance :)
Interesting that wait statement is AFTER the report "goodbye" statement yet during runtime, simulation honors the wait statement and waits forever without printing goodbye. That is different behavior from typical programming language, looks like even though you right everything in one file, the process loop is controlled by specific syntaxes and inner loop is controlled by other specific syntaxes
I've been having an issue with the process codes. They don't run the "wait for ;" line. I'm wondering if it's because the Starter Edition isn't able to utilize Wait For statements. Is that correct?
In this video I'm using the Notepad++ editor and the ModelSim VHDL simulator. ModelSim is now rebranded as Questa. Check out my blog post to see how to download a free version: vhdlwhiz.com/free-vhdl-simulator-alternatives/
This is an awesome series. You did an amazing job. I love how you just get to the point and show us while you're talking.
Your tutorials are incredibly useful and not complicated to follow, unlike even some of the MOOCs that are available online. Thanks for the guidance :)
Thank you, Vishwas. I'm really just making the tutorials I wish I had when I was learning VHDL.
@@VHDLwhiz Thank you for being that person! I am finding these super helpful and I'm only on the third video!
Mann just found ur channel today and its a treasure❤
Thank you for some really good tutorials ;)
Thank you for the tutorial. Very useful.
I have a question, what microphone you’re using? It’s crisp and clear.
Thank you.
I used the built-in mic of the Zoom H1 recorder mounted on a boom arm with a pop filter for this video.
Interesting that wait statement is AFTER the report "goodbye" statement yet during runtime, simulation honors the wait statement and waits forever without printing goodbye. That is different behavior from typical programming language, looks like even though you right everything in one file, the process loop is controlled by specific syntaxes and inner loop is controlled by other specific syntaxes
I've been having an issue with the process codes. They don't run the "wait for ;" line. I'm wondering if it's because the Starter Edition isn't able to utilize Wait For statements. Is that correct?
Every version of ModelSim/Questa support all Wait statements. Perhaps you are typing it incorrectly. "wait for 10 ns;" for example.
Which software you use?
In this video I'm using the Notepad++ editor and the ModelSim VHDL simulator. ModelSim is now rebranded as Questa. Check out my blog post to see how to download a free version: vhdlwhiz.com/free-vhdl-simulator-alternatives/