Skip to content

Commit 614bdf1

Browse files
committed
move index_t to types_pkg
1 parent 7bf1991 commit 614bdf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vunit/vhdl/data_types/src/types.vhd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
-- Copyright (c) 2014-2019, Lars Asplund lars.anders.asplund@gmail.com
66

77
package types_pkg is
8+
subtype index_t is integer range -1 to integer'high;
89
subtype byte_t is integer range 0 to 255;
910
type storage_mode_t is (internal, extfnc, extacc);
1011

0 commit comments

Comments
 (0)