Architectures | Public Attributes

Stepper_IF Entity Reference

Stepper Motor with Avalon Interface without Incremental Encoder. More...

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

List of all members.



Architectures

myStepInterface Architecture
 Architecture of Stepper Interface. 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.

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
step_motor  out std_logic_vector ( 3 downto 0 )
 externer Port: Schrittsignale
motor_control  out std_logic_vector ( 1 downto 0 )
 externer Port: Motorsteuersignale
greenleds  out std_logic_vector ( 5 downto 0 )
 externer Port: gruene LEDs
redleds  out std_logic_vector ( 11 downto 0 )
 externer Port: rote LEDs

Detailed Description

Stepper Motor with Avalon Interface without Incremental Encoder.


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