Changeset 9939 for firmware/FTU/dac_spi
- Timestamp:
- 09/22/10 18:08:06 (14 years ago)
- Location:
- firmware/FTU/dac_spi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTU/dac_spi/FTU_spi_controller.vhd
r273 r9939 35 35 signal spi_cycle_cnt : integer range 0 to 25 := 0; 36 36 signal shift_reg : std_logic_vector (23 downto 0) := (others => '0'); 37 signal data_reg : std_logic_vector (15 downto 0) := (others => '0');38 37 39 38 BEGIN -
firmware/FTU/dac_spi/FTU_spi_distributor.vhd
r273 r9939 51 51 spi_distr_state <= IDLE; 52 52 when IDLE => 53 config_ready <= '0'; 53 54 data <= (others => '0'); 54 55 -- start DAC configuration
Note:
See TracChangeset
for help on using the changeset viewer.