All Classes Namespaces Files Functions Variables Groups Pages
Aliases | Constants | Signals | Use Clauses | Functions | Instantiations
ExampleSubSystem_BEH Architecture Reference

Entity Description: Here...
Address Map: Here...
Block Diagram: Here...
More...

Functions

boolean   dump_xml ( [ impure ]

Use Clauses

ctype_h 
strings_h 
stdio_h 

Constants

SLAVE_IN_INFO  AvalonMMSlaveInfoArray := toArray ( init ( 16 , 32 ) )
STREAMING_TO_SLAVE_SUB_SYSTEM_INFO  StreamingToSlaveSubSystemInfo := ( INTERNAL_DMA_READERS = > EXAMPLE_SUB_SYSTEM_INFO .NUM_DMA_ENGINES , INTERNAL_DMA_WRITERS = > EXAMPLE_SUB_SYSTEM_INFO .NUM_DMA_ENGINES , DIRECT_DMA_READERS = > 0 , DIRECT_DMA_WRITERS = > 0 , DMA_CONTROLLER_INFO = > init ( 1024 , 128 , BOTH ) , SLAVE_WINDOW_INFO = > init ( init ( false , 1 , 0 ) ) )
DUMP_XML_FILES  boolean := dump_xml

Signals

data_in_clk  std_logic_vector ( 0 to dataIn ' length - 1 )
data_in_reset  std_logic_vector ( 0 to dataIn ' length - 1 )
data_out_clk  std_logic_vector ( 0 to dataOut ' length - 1 )
data_out_reset  std_logic_vector ( 0 to dataOut ' length - 1 )

Instantiations

streaming_to_slave_sub_system_map  streamingtoslavesubsystem

Aliases

data_in   AvalonSTSourceToSinkIntfArray ( 0 to dataIn ' length - 1 ) is dataIn
 
Return to Top
data_in_rsp   AvalonSTSinkToSourceIntfArray ( 0 to dataInRsp ' length - 1 ) is dataInRsp
data_out   AvalonSTSourceToSinkIntfArray ( 0 to dataOut ' length - 1 ) is dataOut
data_out_rsp   AvalonSTSinkToSourceIntfArray ( 0 to dataOutRsp ' length - 1 ) is dataOutRsp

Detailed Description

Entity Description: Here...
Address Map: Here...
Block Diagram: Here...

Definition at line 142 of file ExampleSubSystem.vhd.

Member Function Documentation

boolean dump_xml ( ) impure
Function

Definition at line 186 of file ExampleSubSystem.vhd.

Member Data Documentation

data_in AvalonSTSourceToSinkIntfArray ( 0 to dataIn ' length - 1 ) is dataIn
Alias


Return to Top

Definition at line 149 of file ExampleSubSystem.vhd.

data_in_rsp AvalonSTSinkToSourceIntfArray ( 0 to dataInRsp ' length - 1 ) is dataInRsp
Alias

Definition at line 150 of file ExampleSubSystem.vhd.

data_out AvalonSTSourceToSinkIntfArray ( 0 to dataOut ' length - 1 ) is dataOut
Alias

Definition at line 152 of file ExampleSubSystem.vhd.

data_out_rsp AvalonSTSinkToSourceIntfArray ( 0 to dataOutRsp ' length - 1 ) is dataOutRsp
Alias

Definition at line 153 of file ExampleSubSystem.vhd.

SLAVE_IN_INFO AvalonMMSlaveInfoArray := toArray ( init ( 16 , 32 ) )
Constant

Definition at line 159 of file ExampleSubSystem.vhd.

STREAMING_TO_SLAVE_SUB_SYSTEM_INFO StreamingToSlaveSubSystemInfo := ( INTERNAL_DMA_READERS = > EXAMPLE_SUB_SYSTEM_INFO .NUM_DMA_ENGINES , INTERNAL_DMA_WRITERS = > EXAMPLE_SUB_SYSTEM_INFO .NUM_DMA_ENGINES , DIRECT_DMA_READERS = > 0 , DIRECT_DMA_WRITERS = > 0 , DMA_CONTROLLER_INFO = > init ( 1024 , 128 , BOTH ) , SLAVE_WINDOW_INFO = > init ( init ( false , 1 , 0 ) ) )
Constant

Definition at line 161 of file ExampleSubSystem.vhd.

data_in_clk std_logic_vector ( 0 to dataIn ' length - 1 )
Signal

Definition at line 172 of file ExampleSubSystem.vhd.

data_in_reset std_logic_vector ( 0 to dataIn ' length - 1 )
Signal

Definition at line 173 of file ExampleSubSystem.vhd.

data_out_clk std_logic_vector ( 0 to dataOut ' length - 1 )
Signal

Definition at line 174 of file ExampleSubSystem.vhd.

data_out_reset std_logic_vector ( 0 to dataOut ' length - 1 )
Signal

Definition at line 175 of file ExampleSubSystem.vhd.

ctype_h
Package

Definition at line 182 of file ExampleSubSystem.vhd.

strings_h
Package

Definition at line 183 of file ExampleSubSystem.vhd.

stdio_h
Package

Definition at line 184 of file ExampleSubSystem.vhd.

DUMP_XML_FILES boolean := dump_xml
Constant

Definition at line 214 of file ExampleSubSystem.vhd.

streaming_to_slave_sub_system_map streamingtoslavesubsystem
Instantiation

Definition at line 226 of file ExampleSubSystem.vhd.


The documentation for this class was generated from the following file: