mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
12 lines
270 B
Bash
Executable file
12 lines
270 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
rm -rf Makefile refdat rtl scripts spec vloghammer_tb.tar.bz2
|
|
wget http://www.clifford.at/yosys/nogit/vloghammer_tb.tar.bz2
|
|
tar --strip=1 -xjf vloghammer_tb.tar.bz2
|
|
|
|
make clean
|
|
make -j4 YOSYS_BIN=$PWD/../../yosys YOSYS_SCRIPT="proc;;" check_yosys
|
|
|