Lib Analyzer is an application which is used to analyze the cells in the liberty files.
- Clone the repository only in Desktop location.
$cd Desktop
$git clone --branch lib-analyzer https://github.com/merledu/MERL-Softwares-dev.git
- Go inside the repository.
$cd Desktop/Lib-Analyzer
- Install all requirements
python3 -m pip install ir req.txt
- Run these commands for installing node_modules folder
$sudo apt-get install nodejs npm
$npm install nodejs
$npm install electron
- Move the main.desktop file in Desktop
- Right click on main.desktop and click Mark as Executable option.
- Double click the main.desktop file.
- Congrats, You set up the Lib Analyzer Successfully.
If main.desktop is not working, then run the python following command:
$python3 launcher.py