mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +00:00
b1e2a1e5a1
This reverts commit 5dd07c76bd
.
20 lines
682 B
Bash
Executable File
20 lines
682 B
Bash
Executable File
#!/bin/sh
|
|
cat iter64_signed.out | grep "0 1$"
|
|
cat iter64_signed.out | grep "1 0$"
|
|
cat iter64_signed.out | grep "0 0$"
|
|
cat iter64_unsigned.out | grep "0 1$"
|
|
cat iter64_unsigned.out | grep "1 0$"
|
|
cat iter64_unsigned.out | grep "0 0$"
|
|
cat iter32_signed.out | grep "0 1$"
|
|
cat iter32_signed.out | grep "1 0$"
|
|
cat iter32_signed.out | grep "0 0$"
|
|
cat iter32_unsigned.out | grep "0 1$"
|
|
cat iter32_unsigned.out | grep "1 0$"
|
|
cat iter32_unsigned.out | grep "0 0$"
|
|
cat iter128_signed.out | grep "0 1$"
|
|
cat iter128_signed.out | grep "1 0$"
|
|
cat iter128_signed.out | grep "0 0$"
|
|
cat iter128_unsigned.out | grep "0 1$"
|
|
cat iter128_unsigned.out | grep "1 0$"
|
|
cat iter128_unsigned.out | grep "0 0$"
|