diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-09-27 09:56:42 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-09-27 09:57:18 +0200 |
commit | a5b45005f091ab16c108279a0c15334efc0347d3 (patch) | |
tree | ebb48b34ce5f0ddab3472569ebabeb6e984e8ba5 /testsuite/issues/pr61/testsuite.sh | |
parent | 7d100bbe4c8c8cfbcba13231c47683b52b220b86 (diff) | |
download | ghdl-yosys-plugin-a5b45005f091ab16c108279a0c15334efc0347d3.tar.gz ghdl-yosys-plugin-a5b45005f091ab16c108279a0c15334efc0347d3.tar.bz2 ghdl-yosys-plugin-a5b45005f091ab16c108279a0c15334efc0347d3.zip |
testsuite/issues: renames pr61 to issue61
Diffstat (limited to 'testsuite/issues/pr61/testsuite.sh')
-rwxr-xr-x | testsuite/issues/pr61/testsuite.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/testsuite/issues/pr61/testsuite.sh b/testsuite/issues/pr61/testsuite.sh deleted file mode 100755 index d7d94d6..0000000 --- a/testsuite/issues/pr61/testsuite.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -topdir=../.. -. $topdir/testenv.sh - -run_yosys -q -p "ghdl vector.vhdl -e vector; dump -o vector.il" - -#grep -q 0000000000000000000000000000000011111111111111111111111111111010 vector.il || exit 1 -grep -q 0000000011111111111111111111111111111111111111111111111100000000 vector.il || exit 1 -grep -q 1111111111111111111111111111111111111111111111111111111111111111 vector.il || exit 1 -grep -q 0000111111111111111111111111111111111111111111111111111111110000 vector.il || exit 1 - -rm -f vector.il - -clean - -echo "OK" |