Jump to content

Hardware verification language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jpape (talk | contribs) at 19:22, 8 November 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A Hardware Verification Language, or HVL, is a programming language used to verify the designs of electronic circuits written in a Hardware description language. HVLs typically include features of a high-level programming language like C++ or Java as well as features for easy bit-level manipulation similar to those found in HDLs.

OpenVera, Specman e, and SystemC are the most commonly used HVLs, while SystemVerilog attempts to combine HDL and HVL constructs into a single standard.

See Also