File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -134,24 +134,16 @@ power activity propagation and spice netlist generation.
134134CUDD is available
135135[ here] ( https://github.com/davidkebo/cudd/blob/main/cudd_versions/cudd-3.0.0.tar.gz ) .
136136
137- Use the CUDD_DIR option to set the install directory of the CUDD
138- library if it is not in one of the normal system install directories.
139-
140- ```
141- cmake -DCUDD_DIR=$HOME/stax/cudd-3.0.0 .."
142- ```
143-
144137When building CUDD you may use the ` --prefix ` option to ` configure ` to
145138install in a location other than the default (` /usr/local/lib ` ).
146139```
147140cd $HOME/cudd-3.0.0
148- mkdir $HOME/cudd
149- ./configure --prefix $HOME/cudd
141+ ./configure --prefix $HOME/cudd-3.0.0
150142make
151143make install
152144
153145cd <opensta>/build
154- cmake .. -DUSE_CUDD=ON - DCUDD_DIR=$HOME/cudd
146+ cmake - DCUDD_DIR=$HOME/cudd-3.0.0 ,.
155147```
156148
157149### Installing with CMake
You can’t perform that action at this time.
0 commit comments