diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-05-29 06:04:56 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-06-01 08:23:53 +0200 |
commit | 981322e4a8e3e09446bc37631fd2c46880ad4cfa (patch) | |
tree | 210a06723fc958d0af097c67fe2d03b5fcb20f1a /testsuite/gna/issue586/bug.vhdl | |
parent | aa9b985a82c68b5787c834c91359afd900a365b3 (diff) | |
download | ghdl-981322e4a8e3e09446bc37631fd2c46880ad4cfa.tar.gz ghdl-981322e4a8e3e09446bc37631fd2c46880ad4cfa.tar.bz2 ghdl-981322e4a8e3e09446bc37631fd2c46880ad4cfa.zip |
Add reproducer for #586
Diffstat (limited to 'testsuite/gna/issue586/bug.vhdl')
-rw-r--r-- | testsuite/gna/issue586/bug.vhdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/gna/issue586/bug.vhdl b/testsuite/gna/issue586/bug.vhdl new file mode 100644 index 000000000..5c0ec5272 --- /dev/null +++ b/testsuite/gna/issue586/bug.vhdl @@ -0,0 +1,6 @@ +use work.bug_pkg.t_zero_one; -- .all works +entity bug is + generic ( + test : t_zero_one := zero + ); +end entity bug; |