Unit 7-Vhdl: 1. VLSI Design Flow
Unit 7-Vhdl: 1. VLSI Design Flow
VHDL
by Harsha
1. VLSI Design
Flow
• Very Large-Scale
Integration (VLSI) is
the current level of
computer microchip
miniaturisation and
refers to microchips
containing hundreds
of thousands of
transistors.
• Behavioural -
Description of
function of
design. Most
abstract.
• Structural -
Specifies
architecture.
• Physical -
Description of
physical
implementation
of design
—Design Entry
Entering the design into a design System using a Hardware Description Language
(HDL)
—Schematic
Look at both the pics yo
OMIT
• As FSMs, they consist of a set of states, some inputs, some outputs, and a set
of rules for moving from state to state.
• In Digital Systems Design, we begin by defining how the system works with an
FSM Model.
• Once the FSM is fully designed, it is easy to write out the design in a hardware
description language (HDL) such as Verilog or VHDL for implementation on a
digital IC (integrated circuit).
https://www.allaboutcircuits.com/technical-articles/implementing-a-finite-state-
machine-in-vhdl/
https://www.xilinx.com/support/documentation/university/Vivado-Teaching/HDL-
Design/2015x/VHDL/docs-pdf/lab10.pdf
1. Structural Modelling
• It shows how the data / signal flows though the components from input
to output.
• “As a structure”
2. Data-flow Modelling
• It shows how the data / signal flows though the components from input
to output. It works on Concurrent Execution.
3. Behavioural Modelling
• It shows how the system performs according to current input values.
4. Mixed Modelling
• Take a guess.
1. Signal
• Used to connect entities together to form models.
2. Constant
• Names assigned to specific values of a type.