aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/README
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-04-23 03:09:39 +0200
committertgingold <tgingold@users.noreply.github.com>2021-04-23 05:34:09 +0200
commite8a44b3c366027f0199d1a6fde0b761a7b2b03c5 (patch)
treea63f1501d88e1ba8ccda02bc50ec787211db8a0b /testsuite/gna/README
parenta73daf35f1ba5b5eeaddb05947ce9088c78ea6d2 (diff)
downloadghdl-e8a44b3c366027f0199d1a6fde0b761a7b2b03c5.tar.gz
ghdl-e8a44b3c366027f0199d1a6fde0b761a7b2b03c5.tar.bz2
ghdl-e8a44b3c366027f0199d1a6fde0b761a7b2b03c5.zip
testsuite: add function 'ghw_diff' to testenv
Diffstat (limited to 'testsuite/gna/README')
-rw-r--r--testsuite/gna/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/gna/README b/testsuite/gna/README
index 58f99572e..d5af291ac 100644
--- a/testsuite/gna/README
+++ b/testsuite/gna/README
@@ -47,6 +47,7 @@ you should test if the feature is supported. From issue158:
--------------------------------------------------
if ghdl_has_feature repro ghw; then
simulate repro --wave=repro.ghw
- # How to test the ghw ? Use ghwdump ?
+ ghw_diff repro
+ rm -f repro.txt repro.ghw
fi
--------------------------------------------------