README update cudd url
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
bae1afcb11
commit
6832467a03
|
|
@ -128,13 +128,11 @@ The Zlib library is an optional. If CMake finds libz, OpenSTA can
|
||||||
read Liberty, Verilog, SDF, SPF, and SPEF files compressed with gzip.
|
read Liberty, Verilog, SDF, SPF, and SPEF files compressed with gzip.
|
||||||
|
|
||||||
CUDD is a binary decision diageram (BDD) package that is used to
|
CUDD is a binary decision diageram (BDD) package that is used to
|
||||||
improve conditional timing arc handling. OpenSTA does not require it
|
improve conditional timing arc handling, constant propagation, and
|
||||||
to be installed, but it improves constant propagation, power activity propagation
|
power activity propagation and spice netlist generation.
|
||||||
and spice netlist generation if it is installed.
|
|
||||||
|
|
||||||
CUDD is available
|
CUDD is available
|
||||||
[here](https://www.davidkebo.com/source/cudd_versions/cudd-3.0.0.tar.gz)
|
[here](https://github.com/davidkebo/cudd/blob/main/cudd_versions/cudd-3.0.0.tar.gz).
|
||||||
or [here](https://sourceforge.net/projects/cudd-mirror/).
|
|
||||||
|
|
||||||
Use the CUDD_DIR option to set the install directory of the CUDD
|
Use the CUDD_DIR option to set the install directory of the CUDD
|
||||||
library if it is not in one of the normal system install directories.
|
library if it is not in one of the normal system install directories.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue