APB-To-Memory-Bridge
Unified Chip Design Platform - AMBA - APB2MEM.
Classes:
| Name | Description |
|---|---|
UcdpApb2memMod |
APB to MEMio Converter. |
UcdpApb2MemExampleMod |
Example Converter. |
UcdpApb2memMod
Bases: ATailoredMod
APB to MEMio Converter.
Methods:
| Name | Description |
|---|---|
build_top |
Build example top module and return it. |
from_memiotype |
Create for |
get_overview |
Overview. |
Attributes:
| Name | Type | Description |
|---|---|---|
datawidth |
int
|
Data Width in Bits. |
addrwidth |
int
|
Address Width in Bits. |
mem_addrwidth |
int | None
|
Memory Address Width, if different from |
addressing |
Addressing
|
Addressing-Width. |
proto |
AmbaProto
|
AMBA Protocol Specifier. |
apbslvtype |
ApbSlvType
|
APB Slave Type. |
memiotype |
MemIoType
|
Memory IO-Type. |
addrslice |
Slice
|
Address Slice To Extract Memory Address From Bus Address. |
mem_addrwidth
class-attribute
instance-attribute
Memory Address Width, if different from addrwidth
UcdpApb2MemExampleMod
Bases: AMod
Example Converter.