AHB-To-AHB-Bridge
Unified Chip Design Platform - AMBA - AHB Bus Converter.
Classes:
| Name | Description |
|---|---|
ExtSpec |
Extension Specifier. |
ConvDescr |
Conversion Specifier. |
UcdpAhb2ahbMod |
AHB-to-AHB Converter. |
UcdpAhb2ahbExampleMod |
Just an Example Converter. |
ExtSpec
ConvDescr
UcdpAhb2ahbMod
Bases: ATailoredMod
AHB-to-AHB Converter.
Universal AHB Bus Converter
Master to Slave, Slave to Master, Optional Protocol Conversion, Data and Address Width Conversion, Clock Domain Crossing
Methods:
| Name | Description |
|---|---|
define_haddr_ext |
Define extension for haddr when src_addrwith < tgt_addrwidth. |
define_hmaster_ext |
Define extension of hmaster when width of src.hmaster_width < tgt.hmaster_width (including tie-off). |
define_hprot_ext |
Define extension of hprot when width of src.hprotwidth < tgt.hprotwidth (including tie-off). |
define_hauser_conversion |
Define conversion for 'hauser' types. |
define_hwuser_conversion |
Define conversion for 'hwuser' types. |
define_hruser_conversion |
Define conversion for 'hruser' types. |
define_hbuser_conversion |
Define conversion for 'hbuser' types. |
get_overview |
Converter Overview. |
build_top |
Build example top module and return it. |
define_haddr_ext
Define extension for haddr when src_addrwith < tgt_addrwidth.
define_hmaster_ext
Define extension of hmaster when width of src.hmaster_width < tgt.hmaster_width (including tie-off).
define_hprot_ext
Define extension of hprot when width of src.hprotwidth < tgt.hprotwidth (including tie-off).
UcdpAhb2ahbExampleMod
Bases: AMod
Just an Example Converter.