SystemVerilog is an HDL that is a superset of Verilog with additional features. This includes object-oriented features, the ability to specify testbenches, and more flexible and expressive syntax.1

Language features

Development environment

An opinionated set-up:

Resources

Footnotes

  1. It is to Verilog what C++ is to C.