We play with technology. Sometimes we discover things we think are worth sharing.
Tag: "vhdl-2008"
VHDL
Cross-vendor Compatibility of VHDL Inferred RAM
The question came up at work, is inferred RAM compatible across different FPGA vendors?
FPGA
Dynamic Function eXchange with ICAP
With the previous success of creating the removable modules, how can they be programmed via the Internal Configuration Access Port?
VHDL
Assertion-based Verification in Intel's Free QuestaSim
Getting started with Property Specification Language (PSL) using QuestaSim and VHDL-2008.
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.
VHDL
A Crib For Formatting Strings in VHDL
VHDL solutions I keep searching the Internet for, so I've created a crib.
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?