Changeset 10162


Ignore:
Timestamp:
02/18/11 09:06:29 (14 years ago)
Author:
vogler
Message:
FTM definitions array for clock cond updated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r10160 r10162  
    3636  type FTU_answer_array_type is array (0 to 3) of integer range 0 to 10;
    3737
    38   type clk_cond_interface_array_type is array (0 to 7) of std_logic_vector (31 downto 0);
     38  -- data array for clock conditioner interface
    3939  type clk_cond_array_type is array (0 to 8) of std_logic_vector (31 downto 0);
    4040 
Note: See TracChangeset for help on using the changeset viewer.