We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Verilator is Verilog -> C++ compiler. It is form of simulator. Verilator is focused mainly on performance, it also supports multiprocessing.
License: GPL-3.0
GIT http://git.veripool.org/git/verilator
Internal representation: AST
Optimization alg. paradigm: Visitor
All Verilator source files are stored in single directory $(GIT)/src/. In the beginning of each C++ there is a description what module does.
$(GIT)/src/
V3Ast*
V3Emit*
V3Prep*
V3Parse*