Add missing dependency for building verilator on Ubuntu

This commit is contained in:
Karl Hallsby
2021-04-26 12:45:55 -05:00
parent f08f88aac0
commit 7228a7f9b4

View File

@@ -21,6 +21,7 @@ sudo apt-get install -y python3-pip python3.6-dev rsync libguestfs-tools expat c
sudo apt-get install -y device-tree-compiler
# install verilator
sudo apt-get install -y autoconf
git clone http://git.veripool.org/git/verilator
cd verilator
git checkout v4.034