diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-05-21 18:37:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-05-21 18:37:49 +0200 |
commit | f0e742418639c5a3afd58dd601b6dc6b31795d77 (patch) | |
tree | 0807447af295ef2be2fe7efec57fd6bb5ec56d5c /testsuite/gna/issue349/resolution-tb.vhdl | |
parent | 4d4e8d2870f2be47d3fc83030e95b8f24dd43c47 (diff) | |
download | ghdl-f0e742418639c5a3afd58dd601b6dc6b31795d77.tar.gz ghdl-f0e742418639c5a3afd58dd601b6dc6b31795d77.tar.bz2 ghdl-f0e742418639c5a3afd58dd601b6dc6b31795d77.zip |
Add testcase for #349
Diffstat (limited to 'testsuite/gna/issue349/resolution-tb.vhdl')
-rw-r--r-- | testsuite/gna/issue349/resolution-tb.vhdl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/issue349/resolution-tb.vhdl b/testsuite/gna/issue349/resolution-tb.vhdl new file mode 100644 index 000000000..72ab768ff --- /dev/null +++ b/testsuite/gna/issue349/resolution-tb.vhdl @@ -0,0 +1,9 @@ +--library osvvm; +use work.ResolutionPkg.all; + +entity Resolution_TB is +end Resolution_TB; + +architecture none of Resolution_TB is +begin +end none; |