mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
8 lines
167 B
Bash
Executable File
8 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p vectors
|
|
./create_vectors.sh
|
|
./remove_spaces.sh
|
|
|
|
# to create tvs for evaluation of combined IFdivsqrt
|
|
cd combined_IF_vectors; ./create_IF_vectors.sh |