How to use Loop and Exit in VHDL

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 13

  • @eliya3424
    @eliya3424 2 роки тому +1

    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.

  • @vishwasacharyan1727
    @vishwasacharyan1727 4 роки тому +3

    Your tutorials are incredibly useful and not complicated to follow, unlike even some of the MOOCs that are available online. Thanks for the guidance :)

    • @VHDLwhiz
      @VHDLwhiz  4 роки тому +2

      Thank you, Vishwas. I'm really just making the tutorials I wish I had when I was learning VHDL.

    • @XDbiggy
      @XDbiggy 4 роки тому

      @@VHDLwhiz Thank you for being that person! I am finding these super helpful and I'm only on the third video!

  • @theunknown5086
    @theunknown5086 4 місяці тому

    Mann just found ur channel today and its a treasure❤

  • @Timo-iu4uc
    @Timo-iu4uc 6 років тому +2

    Thank you for some really good tutorials ;)

  • @anassaci4555
    @anassaci4555 Рік тому +1

    Thank you for the tutorial. Very useful.
    I have a question, what microphone you’re using? It’s crisp and clear.
    Thank you.

    • @VHDLwhiz
      @VHDLwhiz  Рік тому +1

      I used the built-in mic of the Zoom H1 recorder mounted on a boom arm with a pop filter for this video.

  • @RatedA4Aliens
    @RatedA4Aliens 2 роки тому

    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

  • @TotalKaosEntertainment
    @TotalKaosEntertainment 2 роки тому

    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?

    • @VHDLwhiz
      @VHDLwhiz  2 роки тому

      Every version of ModelSim/Questa support all Wait statements. Perhaps you are typing it incorrectly. "wait for 10 ns;" for example.

  • @balaji.d7091
    @balaji.d7091 Рік тому

    Which software you use?

    • @VHDLwhiz
      @VHDLwhiz  Рік тому +1

      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/