shivmgg / osd-sw

Open SoC Debug Software reference implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Status 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.

About

Open SoC Debug Software reference implementation

License:Apache License 2.0


Languages

Language:C 87.5%Language:Python 7.8%Language:M4 3.5%Language:Makefile 0.8%Language:XSLT 0.2%Language:Shell 0.2%