mirror of
https://github.com/YosysHQ/sby.git
synced 2025-07-31 10:23:19 +00:00
docs: add instructions for newer btorsim version required
This commit is contained in:
parent
d10e472edf
commit
ad2c33dd37
1 changed files with 8 additions and 0 deletions
|
@ -142,3 +142,11 @@ http://fmv.jku.at/boolector/
|
||||||
sudo cp build/bin/{boolector,btor*} /usr/local/bin/
|
sudo cp build/bin/{boolector,btor*} /usr/local/bin/
|
||||||
sudo cp deps/btor2tools/bin/btorsim /usr/local/bin/
|
sudo cp deps/btor2tools/bin/btorsim /usr/local/bin/
|
||||||
|
|
||||||
|
To use the ``btor`` engine you additionally need a newer version of btorsim than the boolector setup script builds:
|
||||||
|
|
||||||
|
.. code-block:: text
|
||||||
|
|
||||||
|
git clone https://github.com/boolector/btor2tools
|
||||||
|
./configure.sh
|
||||||
|
cmake .
|
||||||
|
make install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue