mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed paths in creating division test vectors
This commit is contained in:
parent
436ba397ce
commit
c1e7332abf
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mkdir -p vectors
|
mkdir -p vectors
|
||||||
#./create_vectors.sh
|
./create_vectors.sh
|
||||||
#./remove_spaces.sh
|
./remove_spaces.sh
|
||||||
|
|
||||||
# to create tvs for evaluation of combined IFdivsqrt
|
# to create tvs for evaluation of combined IFdivsqrt
|
||||||
./combined_IF_vectors/create_IF_vectors.sh
|
cd combined_IF_vectors; ./create_IF_vectors.sh
|
Loading…
Reference in New Issue
Block a user