merledu / Lib-Analyzer

Lib Analyzer is an application which is used to analyze the cells in the liberty files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lib-Analyzer

Lib Analyzer is an application which is used to analyze the cells in the liberty files.

How to install and run the application

  1. Clone the repository only in Desktop location.
$cd Desktop
$git clone --branch lib-analyzer https://github.com/merledu/MERL-Softwares-dev.git
  1. Go inside the repository.
$cd Desktop/Lib-Analyzer
  1. Install all requirements
python3 -m pip install ir req.txt
  1. Run these commands for installing node_modules folder

$sudo apt-get install nodejs npm
$npm install nodejs
$npm install electron
  1. Move the main.desktop file in Desktop
  2. Right click on main.desktop and click Mark as Executable option.
  3. Double click the main.desktop file.
  4. Congrats, You set up the Lib Analyzer Successfully.

Help

If main.desktop is not working, then run the python following command:

$python3 launcher.py

About

Lib Analyzer is an application which is used to analyze the cells in the liberty files.


Languages

Language:Python 40.9%Language:HTML 37.0%Language:CSS 17.2%Language:JavaScript 4.9%Language:Shell 0.1%