Changeset 11660


Ignore:
Timestamp:
07/27/11 17:14:54 (13 years ago)
Author:
weitzel
Message:
FTM status states newly defined
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r11658 r11660  
    277277
    278278  -- state types
    279   constant FTM_STATE_IDLE  : std_logic_vector := X"0001";
     279  constant FTM_STATE_IDLE  : std_logic_vector := X"0101";
    280280  constant FTM_STATE_CFG   : std_logic_vector := X"0002";
    281   constant FTM_STATE_RUN   : std_logic_vector := X"0003";
     281  constant FTM_STATE_RUN   : std_logic_vector := X"0103";
    282282  --constant FTM_STATE_CALIB : std_logic_vector := X"0004";
    283   constant FTM_STATE_IDLE_NOT_LOCKED : std_logic_vector := X"2711";
    284   constant FTM_STATE_RUN_NOT_LOCKED  : std_logic_vector := X"2713";
     283  constant FTM_STATE_IDLE_NOT_LOCKED : std_logic_vector := X"0001";
     284  constant FTM_STATE_RUN_NOT_LOCKED  : std_logic_vector := X"0003";
    285285 
    286286  -- header length of data packages
Note: See TracChangeset for help on using the changeset viewer.