Changeset 10565


Ignore:
Timestamp:
05/04/11 14:11:13 (14 years ago)
Author:
neise
Message:
rrunnumber defaul is 0x1234abcd ... to check if it is visible in the header at all
trigger_id_reset pulse is prolonged, fron 20ns to 60ns.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/w5300_modul.vhd

    r10500 r10565  
    125125        RD_3,
    126126        RD_4,
    127         RD_5,
     127        RD_5,
     128        WAIT_FOR_TRIGGER_ID_RESET_1, WAIT_FOR_TRIGGER_ID_RESET_2,
    128129        RD_6,
    129130        READ_COMMAND_DATA_SECTION,
     
    201202                X"61A8", X"0000", X"0000", X"0000", X"7080", X"7080", X"7080", X"7080",                                  --<<-- DACs
    202203                X"0000",
    203                 X"0000", X"0000"
     204                X"1234", X"ABCD"  -- MSword // LSword
    204205                );
    205206
     
    893894                                                        when CMD_RESET_TRIGGER_ID =>
    894895                                                                reset_trigger_id <= '1';
    895                                                                 state_read_data <= RD_5;
     896                                                                state_read_data <= WAIT_FOR_TRIGGER_ID_RESET_1;
    896897                                                               
    897898                                                        when CMD_WRITE =>
     
    902903                                                        end case;
    903904                -- read data
    904 
     905                               
     906                                                when WAIT_FOR_TRIGGER_ID_RESET_1 =>
     907                                                        state_read_data <= WAIT_FOR_TRIGGER_ID_RESET_2;
     908                                                when WAIT_FOR_TRIGGER_ID_RESET_2 =>
     909                                                        state_read_data <= RD_5;
    905910                        -- these states are beeing processed, if the 'command' was a 'write command'
    906911                        --      so it is assumed, that some data in config RAM changed, and we need full (re)config
Note: See TracChangeset for help on using the changeset viewer.