SURF
1.0
|
Libraries | |
IEEE |
Use Clauses | |
std_logic_1164 | |
numeric_std | |
StdRtlPkg | Package <StdRtlPkg> |
Constants | |
SACI_WRITE_C | sl := ' 1 ' |
SACI_READ_C | sl := ' 0 ' |
SACI_NUM_SLAVES_C | positive := 4 |
SACI_CHIP_WIDTH_C | natural := log2 ( SACI_NUM_SLAVES_C ) |
SACI_MASTER_IN_INIT_C | SaciMasterInType := ( req = > ' 0 ' , reset = > ' 0 ' , chip = > ( others = > ' 0 ' ) , op = > ' 0 ' , cmd = > ( others = > ' 0 ' ) , addr = > ( others = > ' 0 ' ) , wrData = > ( others = > ' 0 ' ) ) |
SACI_MASTER_OUT_INIT_C | SaciMasterOutType := ( ack = > ' 0 ' , fail = > ' 0 ' , rdData = > ( others = > ' 0 ' ) ) |
Records | |
SaciMasterInType | |
req | sl |
reset | sl |
chip | slv ( SACI_CHIP_WIDTH_C - 1 downto 0 ) |
op | sl |
cmd | slv ( 6 downto 0 ) |
addr | slv ( 11 downto 0 ) |
wrData | slv ( 31 downto 0 ) |
SaciMasterOutType | |
ack | sl |
fail | sl |
rdData | slv ( 31 downto 0 ) |
Definition at line 23 of file SaciMasterPkg.vhd.
|
Library |
Definition at line 18 of file SaciMasterPkg.vhd.
|
Package |
Definition at line 19 of file SaciMasterPkg.vhd.
|
Package |
Definition at line 20 of file SaciMasterPkg.vhd.
|
Package |
Definition at line 21 of file SaciMasterPkg.vhd.
|
Constant |
Definition at line 27 of file SaciMasterPkg.vhd.
|
Constant |
Definition at line 28 of file SaciMasterPkg.vhd.
|
Constant |
Definition at line 29 of file SaciMasterPkg.vhd.
|
Constant |
Definition at line 30 of file SaciMasterPkg.vhd.
|
Record |
Definition at line 32 of file SaciMasterPkg.vhd.
Definition at line 33 of file SaciMasterPkg.vhd.
Definition at line 34 of file SaciMasterPkg.vhd.
|
Record |
Definition at line 35 of file SaciMasterPkg.vhd.
Definition at line 36 of file SaciMasterPkg.vhd.
Definition at line 37 of file SaciMasterPkg.vhd.
Definition at line 38 of file SaciMasterPkg.vhd.
Definition at line 39 of file SaciMasterPkg.vhd.
|
Record |
Definition at line 42 of file SaciMasterPkg.vhd.
Definition at line 43 of file SaciMasterPkg.vhd.
Definition at line 44 of file SaciMasterPkg.vhd.
Definition at line 45 of file SaciMasterPkg.vhd.
|
Constant |
Definition at line 48 of file SaciMasterPkg.vhd.
|
Constant |
Definition at line 57 of file SaciMasterPkg.vhd.