We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c0228 commit fe81505Copy full SHA for fe81505
1 file changed
vunit/vhdl/data_types/src/types.vhd
@@ -5,6 +5,7 @@
5
-- Copyright (c) 2014-2019, Lars Asplund lars.anders.asplund@gmail.com
6
7
package types_pkg is
8
+ subtype index_t is integer range -1 to integer'high;
9
subtype byte_t is integer range 0 to 255;
10
type storage_mode_t is (internal, extfnc, extacc);
11
0 commit comments