Products
Mind Mapping Software
Outlining Software
Gantt Charts Software
Uses
Mind Maps for Education
Mind Maps for Business
Mind Maps for Personal Development
Mind Mapping Benefits
Resources
Features
Education
Personal & Work
Desktop
Video Tutorials
Watch tips and tricks about using Mulquatro.
Help Center
Detailed help guide on configuring and using Mulquatro.
Articles
What is a Mind Map?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
Pricing
Log in
Sign Up
Products
Mind Mapping Software
Outlining Software
Gantt Charts Software
Uses
Mind Maps for Education
Mind Maps for Business
Mind Maps for Personal Development
Mind Mapping Benefits
Articles
What is a Mind Map?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
Features
Education
Personal & Work
Desktop
Help
Video Tutorials
Help Center
Pricing
Sign Up
Log in
Categories:
All
by
Claudia Lopez
9 years ago
1762
Estructura de un programa en VHDL
Los programas escritos en VHDL tienen una estructura específica que incluye varias secciones importantes. En primer lugar, se deben declarar las bibliotecas necesarias, entre las cuales destaca la principal proporcionada por la IEEE.
Open
Estructura de un programa en VHDL
Topic principal
Instrucciones secuenciales: IF-THEN-ELSE, IF-THEN-ELSIF-THEN-ELSE, CASE-WHEN, FOOR LOOP, FUNCIONES BOOLEANAS
Instrucciones concurrentes: WHEN-ELSE, WITH-SELECT, FOOR GENERATE, FUNCIONES BOOLEANAS
Tipos de datos usados por SIGNAL:BIT, BIT_VECTOR, STD_LOGIC, STD_LOGIC_VECTOR
Instrucciones: ARCHITECTURE, OF, IS, BEGIN, PROCESS, END, SIGNAL
ENTIDAD
La entidad pueden etiquetarse con cualquier nombre, siguiendo las reglas básicas que se usan para etiquetar un archivo común
Los puertos pueden etiquetarse con cualquier nombre, siguiendo las reglas básicas que se usan para etiquetar un archivo común
Tipos de datos: BIT, BIT_VECTOR, STD_LOGIC, STD_LOGIC_VECTOR
Instrucciones:ENTYTI,PORT, IS, END, OUT, IN, INOUT
LIBRERIAS
Librerias estadarizadas por la IEEE
Libreria principal: IEEE:STD_LOGIC_1164.ALL
Instrucciones: USE, LIBRARY