Changeset 10129 for firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_TB_lib
- Timestamp:
- 02/04/11 14:35:11 (14 years ago)
- Location:
- firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_TB_lib
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_TB_lib/hdl/max6662_emulator_beha.vhd
r9912 r10129 36 36 37 37 BEGIN 38 38 sio <= 'Z'; 39 39 spi_cnt_proc: process (sclk) 40 40 begin … … 53 53 sio <= 'Z'; 54 54 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"; 56 57 end if; 57 58 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 20 20 ); 21 21 PORT( 22 sclk : INstd_logic;23 sio : INOUTstd_logic;24 sensor_cs : INstd_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) 25 25 ); 26 26 … … 36 36 37 37 BEGIN 38 38 sio <= 'Z'; 39 39 spi_cnt_proc: process (sclk) 40 40 begin
Note:
See TracChangeset
for help on using the changeset viewer.