Driver APB, va faire le lien entre l'IP VHDL du convertisseur et le bus Amba. More...
Inherits APB_CNA::ar_APB_CNA.
Inherited by lpp_cna [private].
Architectures | |
| ar_APB_CNA | Architecture |
Libraries | |
| ieee | |
| grlib | |
| lpp | |
Packages | |
| std_logic_1164 | |
| amba | |
| stdlib | |
| devices | |
| lpp_amba | Package <lpp_amba> |
| apb_devices_list | |
| lpp_cna | Package <lpp_cna> |
Generics | |
| pindex | integer := 0 |
| paddr | integer := 0 |
| pmask | integer := 16#fff# |
| pirq | integer := 0 |
| abits | integer := 8 |
Ports | |
| clk | in std_logic |
| Horloge du composant. | |
| rst | in std_logic |
| Reset general du composant. | |
| apbi | in apb_slv_in_type |
| Registre de gestion des entrées du bus. | |
| apbo | out apb_slv_out_type |
| Registre de gestion des sorties du bus. | |
| SYNC | out std_logic |
| Signal de synchronisation du convertisseur. | |
| SCLK | out std_logic |
| Horloge systeme du convertisseur. | |
| DATA | out std_logic |
| Donnée numérique sérialisé. | |
Driver APB, va faire le lien entre l'IP VHDL du convertisseur et le bus Amba.
Definition at line 35 of file APB_CNA.vhd.
abits integer := 8 [Generic] |
Definition at line 41 of file APB_CNA.vhd.
amba package [Package] |
Definition at line 25 of file APB_CNA.vhd.
apb_devices_list package [Package] |
Definition at line 30 of file APB_CNA.vhd.
apbi in apb_slv_in_type [Port] |
Registre de gestion des entrées du bus.
Definition at line 45 of file APB_CNA.vhd.
apbo out apb_slv_out_type [Port] |
Registre de gestion des sorties du bus.
Definition at line 46 of file APB_CNA.vhd.
clk in std_logic [Port] |
DATA out std_logic [Port] |
Donnée numérique sérialisé.
Definition at line 49 of file APB_CNA.vhd.
devices package [Package] |
Definition at line 27 of file APB_CNA.vhd.
grlib library [Library] |
Definition at line 24 of file APB_CNA.vhd.
ieee library [Library] |
Definition at line 22 of file APB_CNA.vhd.
lpp library [Library] |
Definition at line 28 of file APB_CNA.vhd.
lpp_amba package [Package] |
Definition at line 29 of file APB_CNA.vhd.
lpp_cna package [Package] |
Definition at line 31 of file APB_CNA.vhd.
paddr integer := 0 [Generic] |
Definition at line 38 of file APB_CNA.vhd.
pindex integer := 0 [Generic] |
Definition at line 37 of file APB_CNA.vhd.
pirq integer := 0 [Generic] |
Definition at line 40 of file APB_CNA.vhd.
pmask integer := 16#fff# [Generic] |
Definition at line 39 of file APB_CNA.vhd.
rst in std_logic [Port] |
Reset general du composant.
Reimplemented from CNA_TabloC.
Definition at line 44 of file APB_CNA.vhd.
SCLK out std_logic [Port] |
Horloge systeme du convertisseur.
Reimplemented from CNA_TabloC.
Definition at line 48 of file APB_CNA.vhd.
std_logic_1164 package [Package] |
Reimplemented from CNA_TabloC.
Definition at line 23 of file APB_CNA.vhd.
stdlib package [Package] |
Definition at line 26 of file APB_CNA.vhd.
SYNC out std_logic [Port] |
Signal de synchronisation du convertisseur.
Reimplemented from CNA_TabloC.
Definition at line 47 of file APB_CNA.vhd.