Skip to content
/ libpsf Public
forked from henjo/libpsf

PSF simulation data c++ library

License

Notifications You must be signed in to change notification settings

eps82/libpsf

 
 

Repository files navigation

libpsf is a c++ library that reads Cadence PSF waveform files

Install

Install prerequisits

On a debian based system you can run the following to install the packages needed to build libpsf:

sudo apt-get install autoconf automake libtool libboost-all-dev python-numpy-dev

Build and install

To build and install the library:

./autogen.sh
make
sudo make install

To build the python extension:

./autogen.sh --with-python
make
sudo make install

Running the tests

Install cppunit, then compile and run the tests in the test dir:

sudo apt-get install libcppunit-dev
cd test
make
./test_psfdataset

About

PSF simulation data c++ library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 81.3%
  • Shell 14.5%
  • Python 3.7%
  • C 0.5%