aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/enum01/test_pkg.vhdl
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2020-12-02 20:45:57 +0100
committertgingold <tgingold@users.noreply.github.com>2020-12-04 04:11:09 +0100
commit92b4b6ec4280fcb69eaf0458a808dc117a94ec1e (patch)
tree3a5448086cc0e6381fee6522f9efd10dc390d79c /testsuite/synth/enum01/test_pkg.vhdl
parent4194af8f6a6d87f98d00a8fc82964d2b7c342871 (diff)
downloadghdl-92b4b6ec4280fcb69eaf0458a808dc117a94ec1e.tar.gz
ghdl-92b4b6ec4280fcb69eaf0458a808dc117a94ec1e.tar.bz2
ghdl-92b4b6ec4280fcb69eaf0458a808dc117a94ec1e.zip
synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal}
Diffstat (limited to 'testsuite/synth/enum01/test_pkg.vhdl')
-rw-r--r--testsuite/synth/enum01/test_pkg.vhdl3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/synth/enum01/test_pkg.vhdl b/testsuite/synth/enum01/test_pkg.vhdl
new file mode 100644
index 000000000..08fae8cee
--- /dev/null
+++ b/testsuite/synth/enum01/test_pkg.vhdl
@@ -0,0 +1,3 @@
+package test_pkg is
+ type number_t is (ONE, TWO, THREE);
+end package;