mirror of https://github.com/YosysHQ/icestorm.git
6 lines
106 B
Bash
6 lines
106 B
Bash
|
|
while true; do
|
||
|
|
rm -rf data_5k_*.txt work_5k_*
|
||
|
|
make DEVICECLASS=5k -j3
|
||
|
|
make DEVICECLASS=5k timings
|
||
|
|
done
|