Difference between revisions of "VHDL"
From Tech
Jump to navigationJump to search(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
=Projects on this site= |
=Projects on this site= |
||
− | * [DX TM1638 Display] |
+ | * [[DX TM1638 Display]] |
− | * [DCM module VHDL code], [DCM module with internal line as CLKIN] |
+ | * [[DCM module VHDL code]], [[DCM module with internal line as CLKIN]] |
=Example code= |
=Example code= |
Latest revision as of 16:49, 1 June 2013
About the language
- VHDL Wikipedia page
- wikibooks on VHDL
- List of tutorials from the newsgroup FAQ, reading: gmvhdl
- Doulos VHDL Designers Guide
- Basic VHDL Constructs, Timing difference of variable and signal in a process, etc.
Projects on this site
Example code
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.