bench/gspn-ssp/: New directory.
This commit is contained in:
parent
d3b5e5bdad
commit
35bf9b5345
47 changed files with 1717 additions and 2 deletions
8
bench/gspn-ssp/templates/WCSsym/gen
Executable file
8
bench/gspn-ssp/templates/WCSsym/gen
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
for i in 3 4 5 6 8 ; do
|
||||
sfx=$i
|
||||
. ../common
|
||||
PRS=`seq 1 $i | sed 's/^/pr/;s/$/,/' | tr -d '\n' | sed 's/,$//'`
|
||||
sed "s/@PR@/$PRS/" "$name.def" > "$dst/$name$sfx.def"
|
||||
sed "s/:.*//" < "$name.prop" | tr '\n' ' ' > "$dst/$name$sfx.ap"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue