Verilog
Verilog is a hardware description language (HDL) used to model, design, simulate, and verify digital systems. It enables designers to describe hardware at multiple levels of abstraction—from gate-level to register-transfer level (RTL) to high-level behavioral descriptions—and supports both functional simulation and synthesis for implementing circuits in silicon or programmable logic devices. Verilog is widely used for ASIC and FPGA design, as well as for IP cores and verification environments.
Verilog was developed in the 1980s by Gateway Design Automation and became an IEEE standard (IEEE 1364)
Core language features include modules as the basic design unit, with ports for interconnection, nets (wire)
Tool support in the industry is extensive, with simulators for verification and synthesis tools for implementation