source:
firmware/FTU/test_firmware/FTU_test8/ftu_definitions_test8.vhd@
12379
Last change on this file since 12379 was 9622, checked in by , 14 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | library IEEE; |
2 | use IEEE.STD_LOGIC_1164.all; |
3 | use IEEE.STD_LOGIC_ARITH.ALL; |
4 | use IEEE.STD_LOGIC_UNSIGNED.ALL; |
5 | -- use IEEE.NUMERIC_STD.ALL; |
6 | |
7 | package ftu_array_types is |
8 | type dac_array_type is array (0 to 7) of integer range 0 to 2**12 - 1; |
9 | end ftu_array_types; |
Note:
See TracBrowser
for help on using the repository browser.