Difference between revisions of "TG68 AMR Build"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 29: | Line 29: | ||
* [https://github.com/douggilliland/Retro-Computers/tree/master/68000/TG68_AMR GitHub Repo] | * [https://github.com/douggilliland/Retro-Computers/tree/master/68000/TG68_AMR GitHub Repo] | ||
+ | === Resources === | ||
[[file:TG68_AMR_Resources.PNG]] | [[file:TG68_AMR_Resources.PNG]] |
Revision as of 22:46, 14 August 2021
Contents
TG68 AMR Build
- QMTECH EP4CE15 Standalone Board
- 68000 CPU
- VGA (5:6:5)
- 32 MB SDRAM
- Land Boards SD Card
- Land Boards FTDI Card
- Land Boards PS/2 card
- YaeCCC Rectangle Project Enclosure Case Electric Junction Box Blue
- 170mm x 130mm x 80mm / 6.4" x 4.3" x 2.7"
J12 - I/O Connector
Software
- GitHub Repo
- Demo]
- Load boot.sre to FAT32 formatted SD card
- Load test.img to SD card
- Insert SD card
- Turn on (plug in USB power cable)
- Press F1-F9,F12 for demos
- Demo]
VHDL Code
Resources
Pin List
# 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 set_location_assignment PIN_B16 -to i_cts set_location_assignment PIN_A16 -to o_rts # 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