Difference between revisions of "FPGA"
From Tech
Jump to navigationJump to searchLine 2: | Line 2: | ||
* [http://en.wikipedia.org/wiki/Vhdl VHDL Wikipedia page] |
* [http://en.wikipedia.org/wiki/Vhdl VHDL Wikipedia page] |
||
* [http://www.doulos.com/knowhow/vhdl_designers_guide/ Doulos VHDL Designers Guide] |
* [http://www.doulos.com/knowhow/vhdl_designers_guide/ Doulos VHDL Designers Guide] |
||
+ | * [http://web.engr.oregonstate.edu/~sllu/vhdl/lec2e.html Basic VHDL Constructs], [http://web.engr.oregonstate.edu/~sllu/vhdl/lec8a.html Timing difference of variable and signal in a process], etc. |
||
=Simulators= |
=Simulators= |
Revision as of 17:56, 16 March 2013
About the Language
- VHDL Wikipedia page
- Doulos VHDL Designers Guide
- Basic VHDL Constructs, Timing difference of variable and signal in a process, etc.
Simulators
- GHDL. This has a nice User Guide. Is included in Debian, for Ubuntu the provided i686 binaries can be used.
- FreeHDL
- fauhdlc is an experimental VHDL compiler and interpreter, the compiled result can be simulated with an interpreter.