User manual
Hardware Description Languages
▶
Describes digital hardware, the logic elements it is made of, how
they are connected and how they are clocked.
▶
Used for design,design verification and synthesis (implementation).
▶
Maps a hardware description into bit streams used to configure a
FPGA.
▶
Two main HDL languages, (System)Verilog and VHDL.
▶
SystemVerilog is modeled after C. Makes assumptions, can be
criticized as helping (in effect) when making mistakes.
▶
VHDL is (sort of) Ada like. Makes you be very precise. Often
criticized as to leading to verbose code.
▶
The world is about half (System)Verilog and half VHDL.
Verilog/SystemVerilog is used in EECS 452.
EECS 452 – Fall 2014 Lecture 5 – Page 26/143 Tuesday – September 16, 2014