Ignore:
Timestamp:
03/23/11 08:15:11 (14 years ago)
Author:
vogler
Message:
Clock_cond_interface updated: PLL lock disconnected
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/Clock_cond_interface/Clock_cond_interface.vhd

    r10231 r10250  
    1919--
    2020-- modifications:  February 21  2011 by Patrick Vogler
     21--                 March    23  2011 by Patrick Vogler
    2122----------------------------------------------------------------------------------
    2223
     
    154155        le_uwire            => LE_Clk_Cond,       
    155156        clk_cond_array      => clk_cond_array_sig, 
     157        config_start        => start_config,
    156158       
    157                   config_start        =>  start_config,
    158    --     config_start        => start_config_sig, 
    159         --              config_start        <= start_config_sig,
     159   --   config_start        => start_config_sig, 
     160   --   config_start        <= start_config_sig,
    160161       
    161162        config_ready        => config_ready_sig,
     
    163164       );
    164165
    165      
    166   config_done <= (config_ready_sig AND LD_Clk_Cond);  -- indicates that the configuration
     166 
     167       
     168  config_done <= config_ready_sig;  -- indicates that the configuration
     169                                    -- has been loaded
     170
     171
     172 
     173 --  config_done <= (config_ready_sig AND LD_Clk_Cond);  -- indicates that the configuration
    167174                                                      -- has been loaded and
    168175                                                      -- the PLL is locked again
     176
     177
    169178 
    170179  TIM_Sel <= timemarker_select;                                   
Note: See TracChangeset for help on using the changeset viewer.