Glossary

Hardware description language

What is a hardware description language?

A hardware description language (HDL) is a computer language used to programmatically generate digital hardware.

The term is typically reserved for languages that target the register transfer level and the designs written in those are commonly referred to as RTL.

What types of HDL exist?

Typical HDLs for digital circuits include Verilog, SystemVerilog, and VHDL. Another notable example is SystemC, more intended for system modelling.

Is CodAL an HDL?
CodAL is not a HDL. Indeed, CodAL is an ADL (Architecture Description Language). Even though they are somehow similar, HDLs are different from ADLs as they are more low-level and do not have a description that covers software development tools. Expressing a processor in an HDL instantly requires significantly more effort than using an ADL specifically designed to describe processors, such as Codasip CodAL. Designing and optimizing a processor in CodAL is much more efficient than doing it in an HDL. How more efficient? We use the following analogy: how easier it is to write an application in C/C++ vs. in assembler code.

Getting started with Codasip