Package: SaciMasterPkg
- File: SaciMasterPkg.vhd
Constants
| Name | Type | Value | Description |
|---|---|---|---|
| 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')) |
Types
| Name | Type | Description |
|---|---|---|
| SaciMasterInType | ||
| SaciMasterOutType |