aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth52/sample_pkg.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/synth52/sample_pkg.vhdl')
-rw-r--r--testsuite/synth/synth52/sample_pkg.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/synth52/sample_pkg.vhdl b/testsuite/synth/synth52/sample_pkg.vhdl
new file mode 100644
index 000000000..3f47ca6c2
--- /dev/null
+++ b/testsuite/synth/synth52/sample_pkg.vhdl
@@ -0,0 +1,7 @@
+package sample_pkg is
+ constant SAMPLE_CONSTANT : integer;
+end sample_pkg;
+
+package body sample_pkg is
+ constant SAMPLE_CONSTANT : integer := 160;
+end sample_pkg;