Update ubuntu-req.sh (#645)
Use more cores when we can, and fewer when we can't use more
This commit is contained in:
@@ -24,4 +24,4 @@ sudo apt-get install -y device-tree-compiler
|
||||
git clone http://git.veripool.org/git/verilator
|
||||
cd verilator
|
||||
git checkout v4.034
|
||||
autoconf && ./configure && make -j16 && sudo make install
|
||||
autoconf && ./configure && make -j$(nproc) && sudo make install
|
||||
|
||||
Reference in New Issue
Block a user