changmg / sis

Logic Synthesis System from UC Berkeley (Unofficial Distribution)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIS

Logic Synthesis System from University of California at Berkeley (Unofficial Distribution)

The original code was downloaded from the following link


This repository's objective is to compile the SIS tool using new versions of the compilers.


To install the precompiled version, head to Releases Page and download the package for your OS. Then, install the package using the following command for Debian Based Distros:

sudo dpkg -i sis_1.3.6.1_amd64.deb

Or this command for RedHat Based Distros

sudo rpm -i sis-1.3.6.1-2.x86_64.rpm

Dependencies for building from source (Debian Based Distros):

  • libfl-dev
  • flex
  • byacc
  • gcc
  • autoconf
  • automake
  • make

To compile the source code, please run the following commands after installing all dependencies:

git clone https://github.com/saleh1204/sis.git
cd sis 
./configure --without-x
make 
sudo make install 


All Rights are reserved to University of California at Berkeley

About

Logic Synthesis System from UC Berkeley (Unofficial Distribution)

License:Other


Languages

Language:C 78.9%Language:Makefile 10.4%Language:Roff 8.0%Language:C++ 1.5%Language:TeX 0.3%Language:Objective-C 0.3%Language:Shell 0.2%Language:Yacc 0.1%Language:Lex 0.1%Language:M4 0.1%Language:Coq 0.0%Language:Awk 0.0%