• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VHDL

CTho9305

Elite Member
I want to learn VHDL... anyone got any recommendations about how to best do this? I probably won't be able to take any courses here (college) that would use it for a while (at least until next year). I downloaded a few free/evaluation programs, all of which are extraordinarily difficult to figure out.

How long do you think it would take to get a reasonable understanding?
 
Seaching at Google.Com with "HDL compiler GNU", "HDL compiler free", "VHDL compiler", etc. I turned up these:

There's FreeHDL (GNU) which is a little limited but holds promise:
http://www.freehdl.seul.org/

There's a good looking one here:
http://www.bluepc.com/download.html

There are several here:
ftp://poppy.snu.ac.kr/pub/vhdl

I mentioned VHDL, but there is also Verilog. Verilog is the same sort of thing, but I like VHDL better because I'm more familiar with the VHDL coding style.

As far as how long it takes to be comfortable with it... it could take a while, I've been reading HDL code for over a decade and writing it occassionally (modifications usually) for 6 years and I'm not particularly wonderful at it. I can get my job done, but I'm not a coding wizard.
 
Digital Design, Principles&Practices by John F. Wakerly has basic coverage of VDHL syntax and techniques. I have to admit that although VDHL is simple in concept, I am not very good at it. I think it takes a lot of practice.
 
Back
Top