diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-26 08:28:27 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-26 08:28:27 +0200 |
commit | 334e6277a5ac7a0f04c26a3b274ab8db7b7020a7 (patch) | |
tree | e76f090b57ed839b89d142bed27b68effd344581 | |
parent | 7004234586989df260a587f284f9a345142f0a01 (diff) | |
download | ghdl-334e6277a5ac7a0f04c26a3b274ab8db7b7020a7.tar.gz ghdl-334e6277a5ac7a0f04c26a3b274ab8db7b7020a7.tar.bz2 ghdl-334e6277a5ac7a0f04c26a3b274ab8db7b7020a7.zip |
testsuite/synth/psl02: renaming.
-rw-r--r-- | testsuite/synth/psl02/verif3.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/psl02/verif3.vhdl b/testsuite/synth/psl02/verif3.vhdl index c1b262177..abc5ad220 100644 --- a/testsuite/synth/psl02/verif3.vhdl +++ b/testsuite/synth/psl02/verif3.vhdl @@ -1,4 +1,4 @@ -vunit verif2 (assert2(behav)) +vunit verif3 (assert2(behav)) { default clock is rising_edge(clk); assume always val < 10; |