Homepage: www.cmodelgen.com
CModelGen is a compiler that compiles synthesizable Verilog code into C/C++ code that can be executed on Linux, macOS and Windows.
C/C++ code generated with CModelGen runs way faster than Verilog.
You can build CModelGen from the source code following these steps.
Step 1. Initializing and fetching submodules using the following commands.
git submodule init
git submodule update
These commands will download submodules frontend
and what.
Step 2. Enter the directory.