- libyaml-devel
- gmp-devel
- z3-devel
+ - yices-devel
+ - yices-tools
sources:
- https://git.sr.ht/~macbook/gram
tasks:
echo "SymbiYosys Git hash: $(git rev-parse HEAD)"
sudo make install
rm -rf /tmp/SymbiYosys
- - install-yices2: |
- cd /tmp
- git clone https://github.com/SRI-CSL/yices2.git yices2
- cd yices2
- echo "Yices2 Git hash: $(git rev-parse HEAD)"
- autoconf
- ./configure
- make -j$(nproc)
- sudo make install
- rm -rf /tmp/yices2
- install-icarus-verilog: |
cd /tmp
git clone git://github.com/steveicarus/iverilog.git iverilog