diff options
Diffstat (limited to 'testsuite/synth/pkg01/pkg.vhdl')
-rw-r--r-- | testsuite/synth/pkg01/pkg.vhdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/synth/pkg01/pkg.vhdl b/testsuite/synth/pkg01/pkg.vhdl new file mode 100644 index 000000000..a3c226786 --- /dev/null +++ b/testsuite/synth/pkg01/pkg.vhdl @@ -0,0 +1,6 @@ +library ieee; +use ieee.std_logic_1164.all; + +package pkg is + constant mask : std_logic_vector (7 downto 0) := x"0f"; +end pkg; |