|
Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
Base-Entity. This Entity describes the connection to DE2-Board. More...

Libraries | |
| ieee | |
| Use Standard Library. | |
| work | |
| Use Work Library. | |
Use Clauses | |
| std_logic_1164 | |
| Use Logic Elements. | |
Ports | |
| CLOCK_50_B5B | in STD_LOGIC |
| 50 MHz Oscillator | |
| CPU_RESET_n | in STD_LOGIC |
| CPU reset_n. | |
| SRAM_A | out STD_LOGIC_VECTOR ( 17 DOWNTO0 ) |
| SRAM address lines. | |
| SRAM_D | inout STD_LOGIC_VECTOR ( 15 DOWNTO0 ) |
| SRAM-data bus. | |
| SRAM_CE_N | out STD_LOGIC |
| SRAM chip enable. | |
| SRAM_LB_N | out STD_LOGIC |
| SRAM lower byte line. | |
| SRAM_OE_N | out STD_LOGIC |
| SRAM output enable (read) line. | |
| SRAM_UB_N | out STD_LOGIC |
| SRAM upper byte linkage. | |
| SRAM_WE_N | out STD_LOGIC |
| SRAM write enable line. | |
| KEY | in STD_LOGIC_VECTOR ( 3 DOWNTO0 ) |
| key-definition | |
| SW | in STD_LOGIC_VECTOR ( 9 DOWNTO0 ) |
| slidINg switches | |
| LED9 | out STD_LOGIC |
| debug LEDs | |
| LEDG | out STD_LOGIC_VECTOR ( 7 DOWNTO0 ) |
| green leds | |
| LEDR | out STD_LOGIC_VECTOR ( 7 DOWNTO0 ) |
| red leds | |
| HEX0 | out STD_LOGIC_VECTOR ( 6 DOWNTO0 ) |
| HEX display 0. | |
| HEX1 | out STD_LOGIC_VECTOR ( 6 DOWNTO0 ) |
| HEX display 1. | |
| HEX2 | out STD_LOGIC_VECTOR ( 6 DOWNTO0 ) |
| HEX display 2. | |
| HEX3 | out STD_LOGIC_VECTOR ( 6 DOWNTO0 ) |
| HEX display 3. | |
| LCD_RS | out STD_LOGIC |
| LCD RS. | |
| LCD_RW | out STD_LOGIC |
| LCD RW. | |
| LCD_DQ | inout STD_LOGIC_VECTOR ( 7 DOWNTO0 ) := ( others = > ' 0 ' ) |
| LCD data. | |
| LCD_EN | out STD_LOGIC |
| LCD enable. | |
| HSMC_RX_P | out STD_LOGIC_VECTOR ( 16 DOWNTO0 ) |
| Motor_pwm1( bit 0 ) and Motor_pwm2( bit 1 ) | |
| HSMC_RX_N | out STD_LOGIC_VECTOR ( 16 DOWNTO0 ) |
| Motor_pwm3( bit 0 ) and Motor_pwm4( bit 1 ) | |
| HSMC_TX_N | out STD_LOGIC_VECTOR ( 16 DOWNTO0 ) |
| Motor_en_a( bit 2 ) | |
| HSMC_TX_P | out STD_LOGIC_VECTOR ( 16 DOWNTO0 ) |
| Motor_en_b( bit 3 ) | |
Base-Entity. This Entity describes the connection to DE2-Board.
Definition at line 30 of file interface_RTX_Base.vhd.