NAVIGATE

RESOURCES

CHEATSHEETS

INFO

INDEX OF

Introduction to Digital Electronics

Introduction to digital electronics

Brief introduction to digital electronics and basic digital operations

Author: Vanadium - Last modified: 2023-12-27


Digital electronics - Combinational logic

What is meant with the expression 'combinational logic' and which are its main characteristics to account for during digital design

Author: Vanadium - Last modified: 2023-12-27


Digital electronics - Sequential logic

A quick look to sequential logic and basic devices

Author: Vanadium - Last modified: 2023-12-27


Digital design - Timing non-idealities

Which are the main timing-related quantities that should be considered when implementing a digital circuit? How do they affect your design?

Author: Vanadium - Last modified: 2023-12-29


Static timing analysis

What is STA and how it is automatically performed by EDA tools

Author: Vanadium - Last modified: 2024-01-11


Digital circuits hardware design

Which are the main steps behind the design of a digital circuit? Let's analyse the steps, from the architectural definition to the physical design of the die, with focus on languages and file formats used in the VLSI industry.

Author: Vanadium - Last modified: 2024-01-11


Your first VHDL lesson

VHDL is widely used for the description of digital hardware. Here, it is briefly introduced to provide an idea of its features and basic syntax.

Author: Vanadium - Last modified: 2024-01-27


Simulation tools

In the previous article, we saw how to write our first component in VHDL; now, how can we simulate it? Let's see the best (and free) solutions for digital circuit simulation.

Author: Vanadium - Last modified: 2024-01-27


Your first VHDL testbench

In the previous articles, I provided two simple HDLs of a 2-to-1 mux and a brief introduction to simulation tools; now, it's time to simulate! Let's write a simple VHDL test-bench, to understand how components are tested and verified after the design phase.

Author: Vanadium - Last modified: 2024-01-27


VHDL simulation

How to run a test-bench simulation with GHDL and analyse signals through GTKwave

Author: Vanadium - Last modified: 2024-01-28