VHDL: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 9: | Zeile 9: | ||
* [http://ati.ttu.ee/~alsu/VHDL_TUTORIAL_Ashenden.pdf Peter Ashendes's VHDL tutorial] | * [http://ati.ttu.ee/~alsu/VHDL_TUTORIAL_Ashenden.pdf Peter Ashendes's VHDL tutorial] | ||
* [http://www.asic-world.com/examples/vhdl/index.html VHDL Examples] at [http://www.asic-world.com/ ASIC-World] | * [http://www.asic-world.com/examples/vhdl/index.html VHDL Examples] at [http://www.asic-world.com/ ASIC-World] | ||
* [http://www.freerangefactory.org/dl/free_range_vhdl.pdf Free Range VHDL book] at [http://www.freerangefactory.org/ FreeRangeFactory] | |||
==== Further Resources ==== | ==== Further Resources ==== |
Version vom 6. März 2016, 21:17 Uhr
VHDL is the abbreviation for VHSIC Hardware Description Language. VHDL is one of a number of hardware description languages, employed, amongst others, in Programmable Hardware.
VHDL
- Altium VHDL Reference
- VHDL Tips and Tricks on FPGA4fun
- Synario VHDL Reference Manual
- Peter Ashendes's VHDL tutorial
- VHDL Examples at ASIC-World
- Free Range VHDL book at FreeRangeFactory
Further Resources
Specific Topics
Types
- VHDL Types in the VHDL Summary, part of VHDL reference material of University of Maryland, Baltimore County, CSEE Department
Type Conversion and Casting
VHDL is a strong typed language. Therefore, sometimes, explicit conversion/casting is necessary
Attributes
Attributes are additional aspects of objects, written as <variable>'<attribute>.