aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/enumlit_3.vhdl
blob: 7f325f54955c5450e4ad89d81c7c89ae8e69278a (plain)
1
2
3
4
5
6
7
8
package p is
  type state_t is
    (
      s1,  --  For :s1:
      s2,
      s3  --  For :s3:
      );
end p;