Really slow and crappy CSV format for Spectre Unified Waveform Interface (UWI).
Note: Only works for ac, dc, tran and noise analyses 
Adjust INC path in Makefile, make sure the path to uwi.h is for the right
spectre version you are using!
INC    = -I/path/to/uwi/include     # <- Adjust thisTo build the shared object, just
$ makeThis will compile to libuwicsv.so containing the CSV uwi format.
$ spectre -64 -format uwi -uwifmt CSV -uwilib ./libuwicsv.so ./example/input.scsThis will create a input.raw/ directory, containing the *.csv files for
each analysis.