Skip to content

Commit

Permalink
Added old version
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHack96 committed Oct 15, 2018
0 parents commit 1782183
Show file tree
Hide file tree
Showing 1,621 changed files with 437,336 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.idea
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: node_js
node_js:
- "node"
install: npm install
script:
- npm test
- gulp
cache:
directories:
- node_modules
93 changes: 93 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
AUTHORS
-------

There have been many authors who have contributed to SIS, and it is
difficult to compile a complete and accurate list of everyone. I am
fairly sure the list below is incomplete. If you know anyone missing from
this list or think changes need to be made, please send more information.

Wendell Baker
sis/{bdd_ucb,ntbdd}
Robert K. Brayton
Professor
Andrea Casotto
sis/octio
Abhijit Ghosh
sis/power
Paul Gutwin
sis/delay
Heather Harkness
sis/speed
David Harrison
port, sis/{list,util}
Jonathan I. Kamens
sis/util
Kenneth S. Kundert
sis/linsolv
Tom Laidig
options
Luciano Lavagno
sis/pld
Bill Lin
jedi
David E. Long
sis/bdd_cmu
Hi-Keung Tony Ma
sis/{maxflow,stg}
Abdul A. Malik
sis/minimize
Sharad Malik
sis/order
Patrick McGeer
sis/speed
Jose' Monteiro
sis/power
Cho Moon
sis/{genlib,map}
Rajeev Murgai
sis/pld
A. Richard Newton
Professor
Antony P.-C. Ng
sis/seqbdd
Yoshihito Nishizaki
sis/pld
Roberto Rambaldi
blif2vst, vst2blif
June Rho
stamina
Richard Rudell
espresso, sis/{genlib,lsort,util}, utility
Alexander Saldanha
sis/enc
Alberto Sangiovanni-Vincentelli
Professor
Hamid Savoj
sis/sis_lib/help/sis.1
Ellen M. Sentovich
sis/util
Narendra Shenoy
sis/{pld,timing}
Thomas R. Shiple
sis/{bdd_cmu,bdd_ucb,ntbdd,order,var_set}
Kanwar Jit Singh
sis/{maxflow,octio,speed}
Henry Spencer
espresso/getopt.c, sis/util/getopt.c
Rick L. Spickelmier
sis/util
Paul R. Stephan
sis/atpg, xsis
Colin Stevens
sis/sis_lib/help/sis.1
Gitanjali M. Swamy
sis/bdd_cmu
Herve' Touati
sis/{bdd_ucb,map,ntbdd,order,retime,seqbdd,var_set}
Tiziano Villa
nova, sred
Huey-Yih Wang
sis/extract
Carol Wawrukiewicz
sis/sis_lib/help/sis.1

36 changes: 36 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Copyright (c) 1994-2005 The Regents of the University of California.
All Rights Reserved.

Permission to use, copy, modify, and distribute this software and its
documentation for educational, research and non-profit purposes,
without fee, and without a written agreement is hereby granted,
provided that the above copyright notice, this paragraph and the
following three paragraphs appear in all copies.

Permission to incorporate this software into commercial products may
be obtained by contacting the University of California.
Brian Donohue
Contracts Administrator
6701 San Pablo Avenue #218
Berkeley, CA 94720-5600
(510) 642-3128
[email protected]

This software program and documentation are copyrighted by The Regents
of the University of California. The software program and
documentation are supplied "as is", without any accompanying services
from The Regents. The Regents does not warrant that the operation of
the program will be uninterrupted or error-free. The end-user
understands that the program was developed for research purposes and
is advised not to rely exclusively on the program for any reason.

IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND
ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE UNIVERSITY OF
CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE
MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
28 changes: 28 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
ChangeLog
---------

2005-03-18 Release 1.3.6
2005-03-08 Added proper but still incomplete AUTHORS list
2005-03-07 Added support for CUDD 2.4.0
2005-03-07 Fixed configure to do subdirs correctly
2005-03-07 Some compile warnings cleaned up

2004-05-05 Release 1.3.5
2004-05-05 Added sis_lib/.misrc (Ken McMillan/Ellen Sentovich)
2004-05-05 Fixed bug in eliminate (Ken McMillan/Ellen Sentovich)

2004-03-27 Release 1.3.4
2004-03-27 Fixed for Cygwin

2004-03-16 Release 1.3.3
2004-03-16 Fixed fclose of null FILE * in power
2004-03-11 Now uses autoconf/automake

2004-02-18 Release 1.3.2
2004-02-18 Mac OSX compilation fixes

2004-02-11 Release 1.3.1
2004-02-11 Copyright notice added
2004-02-09 Fixes to ease compilation

2004-02-08 Release 1.3
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013-2018 Blackrock Digital LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SUBDIRS = doc port utility options blif2vst vst2blif espresso sis \
jedi nova sred stamina xsis

dist_pkgdata_DATA = AUTHORS COPYING README
Loading

0 comments on commit 1782183

Please sign in to comment.