Skip to main content

Recently Updated Pages

Array

Basic Programming C Module 7: Array

Definition An array is a special variable that can store more than one value of the same data typ...

Updated 3 weeks ago by GI

Example

Digital System Design Module 7: Procedure, Function, and Impu...

Procedure library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Adder is port ( A, B: in...

Updated 1 month ago by GI

Procedure, Function, and Impure Function Synthesis

Digital System Design Module 7: Procedure, Function, and Impu...

In VHDL, both "functions" and "procedures" can be used in the description of hardware. However, i...

Updated 1 month ago by GI

Procedure and Function

Digital System Design Module 7: Procedure, Function, and Impu...

Procedure in VHDL In VHDL, a "procedure" is a language construct used to group multiple statement...

Updated 1 month ago by GI

Loop Control: Next & Exit Statements

Digital System Design Module 6: Looping

The following are two additional statements that can be used to control the looping construct: Ne...

Updated 1 month ago by GI

While Loop and For Loop

Digital System Design Module 6: Looping

What is looping in VHDL? A looping construct (looping statement) in VHDL is an instruction that a...

Updated 1 month ago by GI

Array and Types in VHDL

Digital System Design Module 5: Structural Style Programming ...

Array In VHDL, an array is a collection of elements that have the same data type. You can think o...

Updated 1 month ago by GI

VHDL Modularity

Digital System Design Module 5: Structural Style Programming ...

We will build a 4-bit Ripple Carry Adder using 4 Full Adders in Structural Style Programming. Eac...

Updated 1 month ago by GI

Structural Style, Port Mapping, and Generic Map

Digital System Design Module 5: Structural Style Programming ...

Structural Style Programming Structural Style Programming in VHDL allows designers to build digit...

Updated 1 month ago by GI

File Operations

Digital System Design Module 4: Testbench

Read and Write File In VHDL, you can read and write files using the textio package. The textio pa...

Updated 1 month ago by GI

Testbench, Assert, and Report

Digital System Design Module 4: Testbench

Testbench in Combinational Circuit To use a testbench in a combinational circuit, you need to fol...

Updated 1 month ago by GI

Intro, Types, and Port Mapping

Digital System Design Module 4: Testbench

Introduction In VHDL, a testbench is a module that instantiates the unit under test (UUT) and app...

Updated 1 month ago by GI