diff options
Diffstat (limited to 'testsuite/gna/README')
-rw-r--r-- | testsuite/gna/README | 3 |
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 -------------------------------------------------- |