aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth52/sample_pkg.vhdl
blob: 3f47ca6c277a410e4955e363c876b7b8b1961d02 (plain)
1
2
3
4
5
6
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;