Belle II KLM Scint Firmware  1
Behavioral Architecture Reference

Processes

ce_shift_reg  ( clk , RAM_WEb_i , load_RAM_WEb_strobe )
write_one_window_of_peds  ( clk , ena , pedarr , addr , next_addr )

Constants

ram_sce_strobe  std_logic_vector ( PED_RAM_tSCE_g- 1 downto 0 ) := ( others = > ' 0 ' )

Types

pedestal_writing_machine ( IDLE , WRITE_TO_SRAM , CHECK_DONE )

Signals

ped_write_state  pedestal_writing_machine := IDLE
addr  slv22 ( 1 downto 0 ) := ( others = > " 0000000000000000000000 " )
tx_dc  slv4 ( 1 downto 0 ) := ( others = > " 0000 " )
pedarr  slv8 ( 2 downto 0 ) := ( others = > " 00000000 " )
next_addr  std_logic_vector ( 21 downto 0 ) := ( others = > ' 0 ' )
ram_web_i  std_logic_vector ( PED_RAM_tSCE_g- 1 downto 0 ) := ( others = > ' 1 ' )
load_RAM_WEb_strobe  std_logic := ' 0 '

Detailed Description

Definition at line 74 of file PedestalWriter.vhd.


The documentation for this class was generated from the following file: