International Electronics and Technology Forum
May 21, 2012, 02:13:33 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: 'Verilog vs VHDL' for FPGA programming?  (Read 262 times)
xng14
Newbie
*
Posts: 2


« on: June 19, 2011, 10:52:37 AM »

What are the differences between them?
Is one preferable to the other ?
Logged
Mark_S
Newbie
*
Posts: 9


« Reply #1 on: June 19, 2011, 12:07:17 PM »

VHDL provides more detail in the assignment and application of individual cells and signals within the FPGA but is more difficult to use and requires a much better understanding of the FPGA.

Verilog is an easier, higher level language (using conscripts that are similar to 'C') that compiles down to the individual cell assignment and applications - easier, but often it is not as efficient in use of the available cells, nor does it necessarily generate the fastest running implementation from the components available in the FPGA.

It's somewhat like comparing Assembly language (as VHDL) to C (as Verilog).
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.13 | SMF © 2006-2011, Simple Machines LLC | Privacy Policy Valid XHTML 1.0! Valid CSS!