C++17 Implementation of an AST for Verilog code generation
- Compiler: Tested using gcc-7 on Ubuntu trusty (14.04.5) and Xcode 10.2.1 on macOS 10.14.
mkdir build
cd build
cmake ..
cmake --build .
# inside build directory
cmake -DVERILOGAST_BUILD_TESTS=ON ..
cmake --build .
ctest
All changes should be processed using clang-format
before merging into
master.