VHDL Flashcards
1
Q
What are the most common hardware description languages
A
Verilog and (VHSIC)HDL
-Very high speed integrated circuit
2
Q
Purpose of entity and architecture
A
Defines the outputs and inputs
-describes the functionality
3
Q
Describe structural modelling
A
desiging the full circuit by describing the composition of the components
4
Q
Define behavioural modelling
A
modelling the process of the circuit (written in the architecture)
-describes functionality using sequential statements
5
Q
Define dataflow modelling
A
describes how signals relate to each other
-specifies how data flows through the system and triggers actions