0 votes
in VHDL by (200 points)

What is a VHDL compiler?

2 Answers

0 votes
by (500 points)

VHDL isn't a programming language. In a programming language the complier mainly translates from a high level language to machine code. With VHDL the process is different and more complex.

This is what a VHDL compiler does :

1. Parse the VHDL and look for syntax as well as logic mistakes.
2. Synthesize the code to real logic.
3. Placing the logic blocks of the synthesized code of the target device.
4. Routing between the placed logic blocks.
5. Generating a programming file ( in case of FPGA design ) for the target device.

0 votes
by (500 points)

This is a software or tool to parse VHDL code, check syntax while parsing, translate to or build (depends on realization details) an internal representation based on parsed data and VHDL's library oriented struture, check compile errors in regards with VHDL standard. This internal representation is then passed to a simulation kernel.

Hardware Coder Community

© 2022 by Hardware Coder. User contributions are licensed under cc by-sa 4.0 with attribution required. Attribution means a link to the question, answer, user, etc on this site.

This site is owned and operated by Hardware Coder in McKinney, Texas.

Send Us A Message
About Us

By using this site, you agree to the following:

Privacy Policy
Terms and Conditions
DMCA Policy
Earnings Disclaimer
Legal Disclaimer

...