Skip to content

AugustUnderground/sharedspectre

Repository files navigation

SharedSpectre

Shared Library for communicating with Cadence Spectre.

Documentation

Build

$ gmake

This will create a ./lib directory containing libspectre.so

Install

Install system wide:

$ gmake install

This will install the library and header file globally for all users. Requires sudo privileges.

Examples

The ./example directory contains demos on how to access the shared library from other languages. These only works after the libray has been built, as they depend on the ./lib direcotry.

About

Shared Library for communicating with Cadence Spectre

Resources

License

Stars

Watchers

Forks

Releases

No releases published