aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/formal/gates/testsuite.sh
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2020-05-14 16:39:19 +0200
committertgingold <tgingold@users.noreply.github.com>2020-05-14 18:54:32 +0200
commit94a030e2fa33a7c29ef2c7dab7f88b4a00cfee0b (patch)
treeb45afe2267e7bba961fbaa54f9833aa0e4c3de03 /testsuite/formal/gates/testsuite.sh
parent9984dc1a03316c21b4710b84a32b9fdb8aae1e05 (diff)
downloadghdl-yosys-plugin-94a030e2fa33a7c29ef2c7dab7f88b4a00cfee0b.tar.gz
ghdl-yosys-plugin-94a030e2fa33a7c29ef2c7dab7f88b4a00cfee0b.tar.bz2
ghdl-yosys-plugin-94a030e2fa33a7c29ef2c7dab7f88b4a00cfee0b.zip
Add formal test for pmux gate
Diffstat (limited to 'testsuite/formal/gates/testsuite.sh')
-rwxr-xr-xtestsuite/formal/gates/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/formal/gates/testsuite.sh b/testsuite/formal/gates/testsuite.sh
index d4bcf98..e74df99 100755
--- a/testsuite/formal/gates/testsuite.sh
+++ b/testsuite/formal/gates/testsuite.sh
@@ -3,7 +3,7 @@
topdir=../..
. $topdir/testenv.sh
-for f in abs minmax lsl lsr asr; do
+for f in abs minmax pmux lsl lsr asr; do
formal "test_${f}"
done