difference between verilog HDL & VHDL

Status
Not open for further replies.

renoz

Member level 3
Joined
Aug 27, 2011
Messages
54
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,587
hi to all


what is the difference between verilog HDL & VHDL,from that most commenly used.



thanks advance
 

If you look at the synthesizable subset of both languages, they are very similar in capabilities, but code written in Verilog will have much better performance than the same code written in VHDL. Verilog was much more popular for larger ASIC designs, which had performance and capacity demands on their simulations that FPGA designs did not. So geographical areas where ASIC design was more popular will also be where Verilog will be more popular.

For the rest of the non-synthesizable portion of the two languages, VHDL certainly had more capabilities than Verilog, but SystemVerilog borrowed a lot from VHDL and is now the predominant language for writing testbenches.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…