Skip to content

Silimate/pruneccs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liberty CCS Pruner (pruneccs)

A tool to reduce the size of Liberty (.lib) files by pruning unnecessary Composite Current Source (CCS).

Build Instructions

This project uses OpenSTA as a submodule.

Clone:

git clone --recursive https://github.com/vs34/pruneccs.git
cd pruneccs

Build using CMake:

mkdir build
cd build
cmake ..
make

The executable pruneccs will be created in the build directory.

Usage

Run the tool by providing an input .lib file and an output destination.

./build/pruneccs [input_file.lib] > [output_file.lib]

Testing

cd test
./regression

About

Prune CCS data out of Liberty file for more compact files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.2%
  • Python 18.6%
  • CMake 5.2%