source:
firmware/FTU/test_firmware/FTU_test2/ftu_definitions.vhd@
17497
| Last change on this file since 17497 was 236, checked in by , 15 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 4) of integer range 0 to 2**12 - 1; |
| 9 | end ftu_array_types; |
Note:
See TracBrowser
for help on using the repository browser.
