libpsf icon indicating copy to clipboard operation
libpsf copied to clipboard

PSF simulation data c++ library

Results 16 libpsf issues
Sort by recently updated
recently updated
newest added

tried to parse some dc analysis files but it returns whether null or some odd ascii character when for "M1:region" here is a file example I tried to parse: [02.txt](https://github.com/henjo/libpsf/files/8857843/02.txt)

Henrik, I'm trying to get in touch. Some time back, I did a little bit of work porting the code to a contemporary version of Boost and packaged it for...

The output node (Vo) in post AC simulation data can be displayed normally in VIVA, but it is 0 when read out with libpsf. VIVA: ![微信图片_20211130102521](https://user-images.githubusercontent.com/83122078/143974707-098669f1-b459-4057-8699-089c58842025.png) libpsf: ![lib](https://user-images.githubusercontent.com/83122078/143974772-3de09d94-3597-4658-bf6a-b6f3a4791a5a.png) data: [result.zip](https://github.com/henjo/libpsf/files/7622487/result.zip)

Hi Henrik, I made my own PSF reader - inspired by your own LibPSF. It is written in a MIT-seeded programming language called "Julia" (https://julialang.org/): My version: https://github.com/ma-laforge/LibPSF.jl Note that...

I'm trying to build the test program, up to now it compiles but unable to link it together: drwxrwxr-x 2 ln icusers 4096 29. Nov 2014 data -rw-rw-r-- 1 ln...

Hi, I removed the writes to std::cerr that precede raising exceptions (it pollutes the output). Let me know what you think.

I get errors when I try to compile libpsf: ``` ... libtool: link: g++ -I../include -g -O2 -o .libs/psftest psftest-psftest.o ./.libs/libpsf.so -Wl,-rpath -Wl,/usr/local/lib ./.libs/libpsf.so: undefined reference to `PropertyBlock::deserialize(char const*)' ./.libs/libpsf.so:...

src/psftest.cc: std::string pnoisefile("/nfs/home/henrik/spectre/1/pnoise.raw/pnoise_pout3g.pnoise"); src/psftestraw.cc: PSFFile psf("/nfs/home/henrik/spectre/1/pnoise.raw/pnoise_pout3g.pnoise");