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

8 lines
214 B
Bash
Raw Normal View History

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