SURF  1.0
I2cRegSlave Entity Reference
+ Inheritance diagram for I2cRegSlave:
+ Collaboration diagram for I2cRegSlave:

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
numeric_std 
StdRtlPkg  Package <StdRtlPkg>
I2cPkg  Package <I2cPkg>

Generics

TPD_G  time := 1 ns
TENBIT_G  integer range 0 to 1 := 0
I2C_ADDR_G  integer range 0 to 1023 := 0
OUTPUT_EN_POLARITY_G  integer range 0 to 1 := 0
FILTER_G  integer range 2 to 512 := 4
ADDR_SIZE_G  positive := 2
DATA_SIZE_G  positive := 1
ENDIANNESS_G  integer range 0 to 1 := 0

Ports

sRst   in sl := ' 0 '
aRst   in sl := ' 0 '
clk   in sl
addr   out slv ( ( 8 * ADDR_SIZE_G ) - 1 downto 0 )
wrEn   out sl
wrData   out slv ( ( 8 * DATA_SIZE_G ) - 1 downto 0 )
rdEn   out sl
rdData   in slv ( ( 8 * DATA_SIZE_G ) - 1 downto 0 )
i2ci   in i2c_in_type
i2co   out i2c_out_type

Detailed Description

See also
entity

Definition at line 29 of file I2cRegSlave.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 31 of file I2cRegSlave.vhd.

◆ TENBIT_G

TENBIT_G integer range 0 to 1 := 0
Generic

Definition at line 33 of file I2cRegSlave.vhd.

◆ I2C_ADDR_G

I2C_ADDR_G integer range 0 to 1023 := 0
Generic

Definition at line 34 of file I2cRegSlave.vhd.

◆ OUTPUT_EN_POLARITY_G

OUTPUT_EN_POLARITY_G integer range 0 to 1 := 0
Generic

Definition at line 35 of file I2cRegSlave.vhd.

◆ FILTER_G

FILTER_G integer range 2 to 512 := 4
Generic

Definition at line 36 of file I2cRegSlave.vhd.

◆ ADDR_SIZE_G

ADDR_SIZE_G positive := 2
Generic

Definition at line 38 of file I2cRegSlave.vhd.

◆ DATA_SIZE_G

DATA_SIZE_G positive := 1
Generic

Definition at line 39 of file I2cRegSlave.vhd.

◆ ENDIANNESS_G

ENDIANNESS_G integer range 0 to 1 := 0
Generic

Definition at line 40 of file I2cRegSlave.vhd.

◆ sRst

sRst in sl := ' 0 '
Port

Definition at line 42 of file I2cRegSlave.vhd.

◆ aRst

aRst in sl := ' 0 '
Port

Definition at line 43 of file I2cRegSlave.vhd.

◆ clk

clk in sl
Port

Definition at line 44 of file I2cRegSlave.vhd.

◆ addr

addr out slv ( ( 8 * ADDR_SIZE_G ) - 1 downto 0 )
Port

Definition at line 46 of file I2cRegSlave.vhd.

◆ wrEn

wrEn out sl
Port

Definition at line 47 of file I2cRegSlave.vhd.

◆ wrData

wrData out slv ( ( 8 * DATA_SIZE_G ) - 1 downto 0 )
Port

Definition at line 48 of file I2cRegSlave.vhd.

◆ rdEn

rdEn out sl
Port

Definition at line 49 of file I2cRegSlave.vhd.

◆ rdData

rdData in slv ( ( 8 * DATA_SIZE_G ) - 1 downto 0 )
Port

Definition at line 50 of file I2cRegSlave.vhd.

◆ i2ci

i2ci in i2c_in_type
Port

Definition at line 52 of file I2cRegSlave.vhd.

◆ i2co

i2co out i2c_out_type
Port

Definition at line 53 of file I2cRegSlave.vhd.

◆ ieee

ieee
Library

Definition at line 20 of file I2cRegSlave.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 21 of file I2cRegSlave.vhd.

◆ numeric_std

numeric_std
Package

Definition at line 22 of file I2cRegSlave.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 24 of file I2cRegSlave.vhd.

◆ I2cPkg

I2cPkg
Package

Definition at line 25 of file I2cRegSlave.vhd.


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