Skip to content

CModelGen/CModelGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CModelGen (A Verilog to C/C++ Compiler)

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.

Installing Pre-Built Binaries

Building CModelGen from Source Code

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.

About

A Verilog to C/C++ Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages