1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/elink/dv/gen_random.sh

9 lines
209 B
Bash
Raw Normal View History

2015-11-17 17:10:57 -05:00
#!/bin/bash
n=$1
#generate test
../../emesh/dv/egen.pl -rand -n $n > ./tmp.test
#take split
egrep "READ|WRITE" ./tmp.test > tests/test_random.memh
egrep -v "READ|WRITE" ./tmp.test > tests/test_random.exp