mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
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$"
|