Skip to content

leonardt/verilogAST-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

583a3ba · Jun 14, 2023
Jun 14, 2023
Jun 22, 2022
Jun 14, 2023
May 9, 2019
Aug 28, 2020
Oct 29, 2020
Jun 22, 2022
Feb 14, 2022
Oct 29, 2020
May 23, 2019

Repository files navigation

verilogAST-cpp

Build Status codecov

C++17 Implementation of an AST for Verilog code generation

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 code generation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published