Package: SrpV3Pkg
- File: SrpV3Pkg.vhd
Constants
| Name | Type | Value | Description |
|---|---|---|---|
| SRP_VERSION_C | slv(7 downto 0) | x"03" | |
| SRP_READ_C | slv(1 downto 0) | "00" | opcodes |
| SRP_WRITE_C | slv(1 downto 0) | "01" | |
| SRP_POSTED_WRITE_C | slv(1 downto 0) | "10" | |
| SRP_NULL_C | slv(1 downto 0) | "11" | |
| SRPV3_REQ_INIT_C | SrpV3ReqType | ( request => '0', remVer => (others => '0'), opCode => (others => '0'), spare => (others => '0'), prot => (others => '0'), tid => (others => '0'), addr => (others => '0'), reqSize => (others => '0')) |
|
| SRPV3_ACK_INIT_C | SrpV3AckType | ( done => '0', respCode => (others => '0')) |
Types
| Name | Type | Description |
|---|---|---|
| SrpV3ReqType | ||
| SrpV3AckType |