My Project  v0.0.16
Constants | Types | Signals | Processes | Instantiations
rtl Architecture Reference

Processes

PROCESS_32  ( ipbus_clk )

Constants

NUMREG  natural := 12
SEL_BITS  integer := integer ( ceil ( log2 ( real ( NUMREG ) ) ) )

Types

xadc_reg_array ( 0 to NUMREG - 1 ) std_logic_vector ( 15 downto 0 )

Signals

adc_conv  xadc_reg_array := ( others = > ( others = > ' 0 ' ) )
sel  integer range 0 to NUMREG - 1
addr  std_logic_vector ( SEL_BITS - 1 downto 0 )
ack  std_logic := ' 0 '

Instantiations

adc_inst  xadc_ftm <Entity xadc_ftm>

Member Function Documentation

◆ PROCESS_32()

PROCESS_32 (   ipbus_clk  
)
Process

Member Data Documentation

◆ ack

ack std_logic := ' 0 '
Signal

◆ adc_conv

adc_conv xadc_reg_array := ( others = > ( others = > ' 0 ' ) )
Signal

◆ adc_inst

adc_inst xadc_ftm
Instantiation

◆ addr

addr std_logic_vector ( SEL_BITS - 1 downto 0 )
Signal

◆ NUMREG

NUMREG natural := 12
Constant

◆ sel

sel integer range 0 to NUMREG - 1
Signal

◆ SEL_BITS

SEL_BITS integer := integer ( ceil ( log2 ( real ( NUMREG ) ) ) )
Constant

◆ xadc_reg_array

xadc_reg_array ( 0 to NUMREG - 1 ) std_logic_vector ( 15 downto 0 )
Type

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