Changeset 11241


Ignore:
Timestamp:
07/01/11 16:10:15 (13 years ago)
Author:
weitzel
Message:
FTM: changes in library file: firmware ID increased to v2 and CMD_CONFIG_FTU added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r11206 r11241  
    5454-- modified: Patrick Vogler, May 26 2011
    5555-- constants for a simpler Lightpulser Interface "Basic Version" added
    56 
     56--
     57-- qw 16.06.: network settings for La Palma added
     58--
     59-- qw 29.06.: changeover to firmware v2 -> FTU reconfiguration possible during run
     60--
     61-- kw 10.06.: added CMD_CONFIG_FTU
     62--
    5763----------------------------------------------------------------------------------
    5864
     
    118124  --FTM address and firmware ID
    119125  constant FTM_ADDRESS : std_logic_vector(7 downto 0) := "11000000";  -- 192
    120   constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000001";  -- firmware version
     126  constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000010";  -- firmware version
    121127 
    122128  --communication with FTUs
     
    245251  constant CMD_CRESET         : std_logic_vector := X"0020";
    246252  constant RESET_TIME         : integer := 50;  -- hold reset line for 1us (@ 50MHz clk)
     253
     254  -- configure one ftu
     255  constant CMD_CONFIG_FTU     : std_logic_vector := X"0080";
    247256 
    248257  -- start and end of package
Note: See TracChangeset for help on using the changeset viewer.