Skip to content

Commit

Permalink
move index_t to types_pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Oct 3, 2019
1 parent 2e6fb01 commit a2879d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vunit/vhdl/data_types/src/types.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-- Copyright (c) 2014-2019, Lars Asplund lars.anders.asplund@gmail.com

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

Expand Down

0 comments on commit a2879d0

Please sign in to comment.