How to use a Procedure in a Process in VHDL

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024

ความคิดเห็น • 12

  • @rickquackstley
    @rickquackstley หลายเดือนก่อน

    Thank you for this course! It is highly appreciated!

  • @RealMarciBE
    @RealMarciBE 5 ปีที่แล้ว +2

    Your videos are great and you are a great teacher! I have watched every video in your playlist! Thank you so much.

  • @99aadii
    @99aadii 5 ปีที่แล้ว

    Thank you so much to refresh VHDL concepts by highlighting the important points to experts. More importantly the optimization by using function and procedure. Good luck for the next one,....

  • @abbefaria3117
    @abbefaria3117 5 ปีที่แล้ว +6

    Great playlist! More please! How about one on crossing clock domains?

    • @VHDLwhiz
      @VHDLwhiz  5 ปีที่แล้ว +1

      Thanks! Yes, clock domain crossing is definitely an important subject. One that I will write about or make a video about sooner or later.

  • @shadow5870
    @shadow5870 3 ปีที่แล้ว +2

    Thank you the thorough course and the great explanation.
    I have a question regarding the material discussed in this video.
    The parameter created in the procedure created in this video were had no keyword before the (signal, constant, variable..etc) also they didn't have the direction label (in, out, inout) so I am a bit confused between the procedures you made in a previous video and this procedure. Could it be because this one was declared inside a process hence it takes parameters differently ?.
    Is there a good way to differentiate between subprograms declared in the process region and in the architecture region ?.

    • @VHDLwhiz
      @VHDLwhiz  3 ปีที่แล้ว +2

      If there is no object class (signal, variable, etc.) constant is assumed. And mode "in" if one isn't specified explicitly. Therefore, all the parameters that you mentioned are constants of mode "in". You can use the default modes in subprograms regardless if they're declared in a process or not.

  • @meltemtatl629
    @meltemtatl629 3 ปีที่แล้ว

    Thank you so much for these videos. They were great for a newbie like me :)

  • @_Junkers
    @_Junkers 5 ปีที่แล้ว

    Great videos. Keep them coming!

  • @ristekarashabanov1879
    @ristekarashabanov1879 5 ปีที่แล้ว

    Great playlist! Can you make one about data importing (bin files)

  • @dernibrahim7096
    @dernibrahim7096 4 ปีที่แล้ว

    thank you more .i fellow your course .i have one problem if you can help me . i have a ROM data of number from 0 to 255 i want to count how many number of 0 and 1 and 2 ..... and put them in ram of 256

    • @VHDLwhiz
      @VHDLwhiz  4 ปีที่แล้ว

      Hello Derni,
      Since your question isn't related to this video, I kindly ask that you post it in the VHDLwhiz private Facebook group:
      facebook.com/groups/vhdlwhiz/
      Also, make sure to include any additional information like VHDL code from your own attempt to solve the problem.