0 votes
in Verilog by (220 points)

What is a Verilog compiler and what are the best ones?

2 Answers

0 votes
by (240 points)

A Verilog compiler is a software tool that parses Verilog code, checks syntax while parsing, translates to or builds (depends on realization details) an internal representation based on parsed data, checks compile errors in regards with the Verilog standard. This internal representation is then passed to simulation kernel.

Sometimes you need to build a design to a needed fabric and you will need to work with vendor-dependant compilers. I mostly prefer Modelsim, but Xilinx, Altera/Intel, Synospsys provide a good Verilog compilation tools and Verilog compilers.

0 votes
by (200 points)

A compiler naturally compiles the verilog code to be executable and ready for simulation. Some of them compile and also synthesize the code to hardware considering a specified hardware platform like FPGAs. The most powerful and popular compiler is Modelsim from Mentor Graphics.

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

...