We play with technology. Sometimes we discover things we think are worth sharing.

Tag: "vhdl-2008"

Assertion-based Verification in Intel's Free QuestaSim
VHDL

Assertion-based Verification in Intel's Free QuestaSim

Getting started with Property Specification Language (PSL) using QuestaSim and VHDL-2008.
Doulos Clock Domain Crossing Material
VHDL

Doulos Clock Domain Crossing Material

Doulos provide two CDC solutions that were new to me, or at least variations on others I had used. So I coded them up in VHDL to try them out.
A Crib For Formatting Strings in VHDL
VHDL

A Crib For Formatting Strings in VHDL

VHDL solutions I keep searching the Internet for, so I've created a crib.
VHDL-2008 Packages
VHDL

VHDL-2008 Packages

Simple examples of working with VHDL-2008 packages. How close to inheritance-like properties do the new VHDL features get us? Protected types are class-like but how close?