Ignore:
Timestamp:
02/04/11 14:35:11 (14 years ago)
Author:
neise
Message:
checking before change of Event Header structure.
added REFCLK counter and ADC CLK PS output.
In case of missing REFCLK, DENEABLE should be pulled low.
(untested)
Location:
firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_TB_lib/hdl
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_TB_lib/hdl/max6662_emulator_beha.vhd

    r9912 r10129  
    3636 
    3737BEGIN
    38  
     38  sio <= 'Z';
    3939  spi_cnt_proc: process (sclk)
    4040  begin
     
    5353      sio <= 'Z';
    5454      if (spi_cycle_cnt = 1) then
    55         data <= '0' & conv_std_logic_vector(temperature + conv_integer(sensor_cs), 12) & "000";
     55        --data <= '0' & conv_std_logic_vector(temperature + conv_integer(sensor_cs), 12) & "000";
     56        data <= X"A059";
    5657      end if;
    5758      if (spi_cycle_cnt > 7) then
  • firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_TB_lib/hdl/max6662_emulator_beha.vhd.bak

    r9912 r10129  
    2020   );
    2121   PORT(
    22       sclk      : IN     std_logic;
    23       sio       : INOUT  std_logic;
    24       sensor_cs : IN     std_logic_vector (3 DOWNTO 0)
     22      sclk      : in     std_logic;
     23      sio       : inout  std_logic;
     24      sensor_cs : in     std_logic_vector (3 DOWNTO 0)
    2525   );
    2626
     
    3636 
    3737BEGIN
    38  
     38  sio <= 'Z';
    3939  spi_cnt_proc: process (sclk)
    4040  begin
Note: See TracChangeset for help on using the changeset viewer.