diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-08-27 11:11:02 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-08-27 11:11:02 +0200 |
commit | 5dbdac34315ff4be500394903788c430ff9988a5 (patch) | |
tree | 127b33711b2d60d53bf7d561d6a712f031acddef /testsuite/gna/bug050/tarith.vhdl | |
parent | ae0b49dd52a354b2a37408641d7247fe9e7ef164 (diff) | |
download | ghdl-5dbdac34315ff4be500394903788c430ff9988a5.tar.gz ghdl-5dbdac34315ff4be500394903788c430ff9988a5.tar.bz2 ghdl-5dbdac34315ff4be500394903788c430ff9988a5.zip |
Add testcase for previous patch
Diffstat (limited to 'testsuite/gna/bug050/tarith.vhdl')
-rw-r--r-- | testsuite/gna/bug050/tarith.vhdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/bug050/tarith.vhdl b/testsuite/gna/bug050/tarith.vhdl new file mode 100644 index 000000000..3fad833c4 --- /dev/null +++ b/testsuite/gna/bug050/tarith.vhdl @@ -0,0 +1,5 @@ +library ieee; +use ieee.std_logic_arith.all; + +entity tb is +end tb; |