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
2015-11-18 23:26:05 -05:00

8 lines
214 B
Bash
Executable File

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