Difference between revisions of "TG68 AMR Build"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 8: | Line 8: | ||
* [[PS2X49|PS/2 card]] | * [[PS2X49|PS/2 card]] | ||
− | == I/O Connector == | + | == J12 - I/O Connector == |
[[File:QMTECH_EP4CE15_StarterKit_J12.PNG]] | [[File:QMTECH_EP4CE15_StarterKit_J12.PNG]] | ||
+ | |||
+ | <pre> | ||
+ | # Keyboard, Mouse - external card | ||
+ | set_location_assignment PIN_A9 -to ps2k_dat | ||
+ | set_location_assignment PIN_A10 -to ps2k_clk | ||
+ | set_location_assignment PIN_B10 -to ps2m_clk | ||
+ | set_location_assignment PIN_B9 -to ps2m_dat | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2k_clk | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2k_dat | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2m_clk | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2m_dat | ||
+ | # Serial - external card | ||
+ | set_location_assignment PIN_A13 -to rs232_rxd | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to rs232_rxd | ||
+ | set_location_assignment PIN_B13 -to rs232_txd | ||
+ | # SD card - external card | ||
+ | set_location_assignment PIN_B14 -to sd_clk | ||
+ | set_location_assignment PIN_A14 -to sd_cs | ||
+ | set_location_assignment PIN_A15 -to sd_miso | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to sd_miso | ||
+ | set_location_assignment PIN_B15 -to sd_mosi | ||
+ | # Power buttons | ||
+ | set_location_assignment PIN_C20 -to power_button | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to power_button | ||
+ | set_location_assignment PIN_D20 -to power_hold | ||
+ | set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to power_hold | ||
+ | # LEDs | ||
+ | set_location_assignment PIN_B21 -to leds[3] | ||
+ | set_location_assignment PIN_B22 -to leds[2] | ||
+ | set_location_assignment PIN_C21 -to leds[1] | ||
+ | set_location_assignment PIN_C22 -to leds[0] | ||
+ | # Audio outputs | ||
+ | set_location_assignment PIN_A16 -to aud_l | ||
+ | set_location_assignment PIN_B16 -to aud_r | ||
+ | </pre> |
Revision as of 21:00, 28 July 2021
TG68 AMR Build
- QMTECH EP4CE15 Standalone Board
- VGA (5:6:5)
- 32 MB SDRAM
- SD Card
- FTDI Card
- PS/2 card
J12 - I/O Connector
# Keyboard, Mouse - external card set_location_assignment PIN_A9 -to ps2k_dat set_location_assignment PIN_A10 -to ps2k_clk set_location_assignment PIN_B10 -to ps2m_clk set_location_assignment PIN_B9 -to ps2m_dat set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2k_clk set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2k_dat set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2m_clk set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2m_dat # Serial - external card set_location_assignment PIN_A13 -to rs232_rxd set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to rs232_rxd set_location_assignment PIN_B13 -to rs232_txd # SD card - external card set_location_assignment PIN_B14 -to sd_clk set_location_assignment PIN_A14 -to sd_cs set_location_assignment PIN_A15 -to sd_miso set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to sd_miso set_location_assignment PIN_B15 -to sd_mosi # Power buttons set_location_assignment PIN_C20 -to power_button set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to power_button set_location_assignment PIN_D20 -to power_hold set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to power_hold # LEDs set_location_assignment PIN_B21 -to leds[3] set_location_assignment PIN_B22 -to leds[2] set_location_assignment PIN_C21 -to leds[1] set_location_assignment PIN_C22 -to leds[0] # Audio outputs set_location_assignment PIN_A16 -to aud_l set_location_assignment PIN_B16 -to aud_r