VHDL Implementing Functions

author-image

By

The following examples provide instructions for implementing functions using VHDL. For more information on VHDL support, refer to Intel® Quartus® Prime Software Help.

For more examples of VHDL designs for Intel devices, refer to the Recommended HDL Coding Styles chapter of the Intel Quartus Prime Software User Guide. You can also access Verilog HDL examples from the language templates in the Intel Quartus Prime software.

VHDL Embedded Processor Functions

VHDL Bus and I/O Functions

How to Use VHDL Examples

Intel provides VHDL design examples as downloadable executable files or as text in your web browser. Click the executable file link to download the file to your hard disk. To use VHDL examples displayed as text in your Intel Quartus Prime software, copy and paste the text from your web browser into the Text Editor. Make sure that the file name of the VHDL design file (.vhd) corresponds to the entity name in the example. For instance, if the entity name is myram, you should save the file as myram.vhd.