Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1013 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 1013 Bytes

codecov

Open SoC Debug Software

This is the reference implementation of the Open SoC Debug host software.

Documentation

Build Dependencies

./install-build-deps.sh

Build

./autogen.sh
mkdir build
cd build
../configure
make
make install

License

This software is licensed under the Apache 2 license. See the LICENSE file for the full license text.

The included command line tools use argtable3, which is licensed under a BSD license. Pleaes find the full license and attribution notice in LICENSE.argtable.