Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

vhdl or verilog which is better to program FPGA

Status
Not open for further replies.

upendra prasad

Newbie level 2
Joined
Feb 1, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
jamnagar
Activity points
1,294
i wanna use fpga for modulation and demodulation.
should i use vhdl or verilog?
 

If you are a beginner :wink:,Verilog
 

ya if you are beginner then programming using verilog is good try to study programmable devices spartan 3E u can get the pdfs
 

It depends...
If you have good C programming skills - go with and don't look back.
However, if you prefer strict rules and a VERY strongly typed language - go with VHDL.

Also,
You should consider your goals.
If you're learing FPGA design with an intention on working in that field - you should choose the HDL that dominant in your country.
 
yup i am pretty good in C language ;)
and more over i wanna make a project FPGA based modulator n demodulator ... so i suppose VHDL will help me in the long run ...isntit ?
 

Anything you can implement in VHDL you can do in Verilog and vice versa.
more than 70% of VHDL is intended for simulation only and is unsynthesizable syntax.

Intel uses Verilog for their CPUs...
I use VHDL myself and not Verilog because it's the first HDL I learned.

Start with VHDL - It's extremely VERBOSE and VERY strongly typed. But that will help you acquire good coding skills and correct design methology.
Then when you get more confident, move to Verilog. The transition will be easier then doing the opposite.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top