aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1528/attrs_pkg.vhdl
blob: cc52fc745f50c4fa05a3d3640894f9e40a7d67ca (plain)
1
2
3
4
5
6
7
8
9
10
11
package attrs_pkg is

  attribute ent_name: string;
  attribute ent_type: string;
  attribute ent_stat: integer;

  attribute arc_name: string;
  attribute arc_type: string;
  attribute arc_stat: integer;

end package;