mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 12:08:19 +00:00
7 lines
165 B
Bash
7 lines
165 B
Bash
#!/bin/bash
|
|
set -ex
|
|
rm -rf verilog-sim-benchmarks
|
|
git clone http://git.veripool.org/git/verilog-sim-benchmarks
|
|
cd verilog-sim-benchmarks
|
|
patch -p1 < ../changes.diff
|