Skip to content

C++17 Implementation of an AST for Verilog

Notifications You must be signed in to change notification settings

wlottoculus/verilogAST-cpp

 
 

Repository files navigation

verilogAST-cpp

Build Status Coverage Status

C++17 Implementation of an AST for Verilog

Dependencies

  • Compiler: Tested using gcc-7 on Ubuntu trusty (14.04.5) and Xcode 10.2.1 on macOS 10.14.

Building

mkdir build
cd build
cmake ..
cmake --build .

Testing

# inside build directory
cmake -DVERILOGAST_BUILD_TESTS=ON ..
cmake --build .
ctest

Style

All changes should be processed using clang-format before merging into master.

About

C++17 Implementation of an AST for Verilog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • CMake 4.5%