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.

How to learn to code in VHDL?

Status
Not open for further replies.

Systems Aids

Newbie level 1
Joined
Dec 7, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Chennai
Activity points
1,287
how to code
how to think for coding any given question
help me my friends:?:
 

Keep in mind: It takes time to "learn to code in VHDL"

- get a good textbook on VHDL and application (peter ashenden)
- Personally I also recommend "Computer Architecture: A Quantitative Approach" by Henessy & Patterson. Not a VHDL book but a great book on chip architectures

- Take a (well documented) slightly more complex example than just a full-adder. For instance
*advertising* my AES-core: Avalon AES ECB-Core (128, 192, 256 Bit) :: Overview :: OpenCores

- try to understand what RTL synthesis tools do with your code. (play with synthesis frequency, area, etc.)

Invent your own project and go ahead. After some months you will be ashamed of the poor code you wrote in the beginning.

Have fun!
Thomas
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top