diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-03-30 17:29:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 17:29:40 +0200 |
commit | 18fb73fd89f492fd285ff379b12082c4b8b68d4a (patch) | |
tree | 5bdccd64dff79b97c3628da81e898dbe96129f89 /tests/simple/specify.v | |
parent | 0921e5b9a40370cb09ee419d12d0eecc40d1adec (diff) | |
parent | bbf65702a1859d7216f71e1df1193dca6c49cabf (diff) | |
download | yosys-18fb73fd89f492fd285ff379b12082c4b8b68d4a.tar.gz yosys-18fb73fd89f492fd285ff379b12082c4b8b68d4a.tar.bz2 yosys-18fb73fd89f492fd285ff379b12082c4b8b68d4a.zip |
Merge pull request #3259 from YosysHQ/micko/verific_valgrind
Fix valgrind tests when using verific
Diffstat (limited to 'tests/simple/specify.v')
-rw-r--r-- | tests/simple/specify.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/specify.v b/tests/simple/specify.v index f19418d90..2c784ef6d 100644 --- a/tests/simple/specify.v +++ b/tests/simple/specify.v @@ -1,4 +1,4 @@ -module test_specify; +module test_specify(input A, output B); specparam a=1; |