A library to read the hardware language (short: HWL) written in C++.
mkdir -p build
cd build
cmake ..
make all
mkdir -p build
cd build
cmake .. -DHWL_TESTS=ON
make all
make test
The example folder contains an example code on how to use the HWL library in form of a pretty printer for HWL JSON files.
To generate the HWL JSON files, run the HWL reader. More information here.
The HWL JSON file format is documented in docu/hwl.md.