Architectures | Public Attributes

interface_tut Entity Reference

Tutorial-SOPC-Component with Avalon Interface. More...

Inheritance diagram for interface_tut:
Inheritance graph
[legend]
Collaboration diagram for interface_tut:
Collaboration graph
[legend]

List of all members.



Architectures

myinterface Architecture
 Architecture of Tutorial Element. More...

Libraries

ieee 
 Use Standard Library.

Packages

std_logic_1164 
 Use Logic Elements.
std_logic_arith 
 Use Conversion Functions.
std_logic_signed 
 Use Conversion Functions.

Generics

MyParameter  integer range 0 to 100 := 42
 Dummyparameter (Demo)

Ports

AVALON ports
clock  in std_logic
 AVALON Clock.
reset_n  in std_logic
 AVALON Reset.
ce_n  in std_logic
 Avalon Chip Enable.
read_n  in std_logic
 Avalon Read.
write_n  in std_logic
 Avalon Write.
addr  in std_logic_vector ( 1 downto 0 )
 Avalon Adressbus.
write_data  in std_logic_vector ( 31 downto 0 )
 Avalon Writebus.
read_data  out std_logic_vector ( 31 downto 0 )
 Avalon Readbus.
irq  out std_logic
 Avalon IRQ-Line.
Ports nach Aussen
mykey  in std_logic_vector ( 2 downto 0 )
 externer Port: Taster
mySwitch  in std_logic_vector ( 7 downto 0 )
 externer Port: Schiebeschalter
gruenleds  out std_logic_vector ( 7 downto 0 )
 externer Port: gruene LEDs
redleds  out std_logic_vector ( 7 downto 0 )
 externer Port: rote LEDs

Detailed Description

Tutorial-SOPC-Component with Avalon Interface.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables