Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Function in VHDL

Hi guys.

I am beginner in VHDL. Currently, I doing my project using VHDL. I want to use function in my program. I have tried to understand the subtopic. But it seems difficult for me. Anybody who have simple and easy explanation about function topic. Thanks for your attention.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    What exactly is the problem? Functions are well defined and you should understand them from any tutorial. A function can be called from any procedural part of the code or in a signal assignment. The logic created depends on the function.