Inherited by ApbDriver.
Processes | |
| PROCESS_32 | ( rst , clk ) |
Constants | |
| REVISION | integer := 1 |
| pconfig | apb_config_type := ( 0 = > ahb_device_reg ( VENDOR_LPP , LPP_DEVICE , 0 , REVISION , 0 ) , 1 = > apb_iobar ( paddr , pmask ) ) |
Signals | |
| Rec | DEVICE_ctrlr_Reg |
| Rdata | std_logic_vector ( 31 downto 0 ) |
| FlagRE | std_logic |
| FlagWR | std_logic |
Records | |
| DEVICE_ctrlr_Reg : record | |
| DEVICE_Cfg | std_logic_vector ( 3 downto 0 ) |
| DEVICE_DataW | std_logic_vector ( Data_sz -1 downto 0 ) |
| DEVICE_DataR | std_logic_vector ( Data_sz -1 downto 0 ) |
| DEVICE_AddrW | std_logic_vector ( Addr_sz -1 downto 0 ) |
| DEVICE_AddrR | std_logic_vector ( Addr_sz -1 downto 0 ) |
Utilisable avec n'importe quelle IP VHDL de type FIFO
Definition at line 63 of file ApbDriver.vhd.
| PROCESS_32 | ( rst , | |
| clk ) |
Definition at line 99 of file ApbDriver.vhd.
DEVICE_Cfg std_logic_vector ( 3 downto 0 ) [Record] |
Definition at line 72 of file ApbDriver.vhd.
DEVICE_DataW std_logic_vector ( Data_sz -1 downto 0 ) [Record] |
Definition at line 73 of file ApbDriver.vhd.
DEVICE_DataR std_logic_vector ( Data_sz -1 downto 0 ) [Record] |
Definition at line 74 of file ApbDriver.vhd.
DEVICE_AddrW std_logic_vector ( Addr_sz -1 downto 0 ) [Record] |
Definition at line 75 of file ApbDriver.vhd.
DEVICE_AddrR std_logic_vector ( Addr_sz -1 downto 0 ) [Record] |
Definition at line 76 of file ApbDriver.vhd.
DEVICE_ctrlr_Reg [Record] |
Definition at line 71 of file ApbDriver.vhd.
FlagRE std_logic [Signal] |
Definition at line 82 of file ApbDriver.vhd.
FlagWR std_logic [Signal] |
Definition at line 83 of file ApbDriver.vhd.
pconfig apb_config_type := ( 0 = > ahb_device_reg ( VENDOR_LPP , LPP_DEVICE , 0 , REVISION , 0 ) , 1 = > apb_iobar ( paddr , pmask ) ) [Constant] |
Definition at line 67 of file ApbDriver.vhd.
Rdata std_logic_vector ( 31 downto 0 ) [Signal] |
Definition at line 80 of file ApbDriver.vhd.
Rec DEVICE_ctrlr_Reg [Signal] |
Definition at line 79 of file ApbDriver.vhd.
REVISION integer := 1 [Constant] |
Definition at line 65 of file ApbDriver.vhd.