OpenCores
URL https://opencores.org/ocsvn/z80soc/z80soc/trunk

Subversion Repositories z80soc

[/] [z80soc/] [tags/] [z80soc05c/] [doc/] [README.txt] - Diff between revs 17 and 31

Only display areas with differences | Details | Blame | View Log

Rev 17 Rev 31
Z80 Computer on DE1 Development board
Z80 Computer on DE1 Development board
Arquitecture
Arquitecture
------------
------------
SW9     - Reserved - Reset
SW9     - Reserved - Reset
SW8     - Reserved
SW8     - Reserved
LEDR9   - Reserved
LEDR9   - Reserved
LEDR8   - Reserved
LEDR8   - Reserved
Memory
Memory
------
------
0000H - 01FFH - ROM             (0      - 8191)
0000H - 01FFH - ROM             (0      - 8191)
2000H - 3FFFH - VIDEO RAM       (8192   - 16383)
2000H - 3FFFH - VIDEO RAM       (8192   - 16383)
4000H - FFFFH - RAM             (16384  - 65535)
4000H - FFFFH - RAM             (16384  - 65535)
IO
IO
--
--
Output Ports
Output Ports
------------
------------
01H     - Green Leds (7-0)
01H     - Green Leds (7-0)
02H     - Red Leds (7-0)
02H     - Red Leds (7-0)
10H     - HEX1 - HEX0
10H     - HEX1 - HEX0
11H     - HEX3 - HEX2
11H     - HEX3 - HEX2
Inputs
Inputs
------
------
20H     - SW(7-0)
20H     - SW(7-0)
30H     - KEY(3-0)
30H     - KEY(3-0)
Video
Video
-----
-----
2000h   - 1FFFH         Video RAM Memory
2000h   - 1FFFH         Video RAM Memory
2000h   - 24B0H         Text Video memory
2000h   - 24B0H         Text Video memory
Keyboard
Keyboard
--------
--------
80H     - Read Keyboard Ascii code
80H     - Read Keyboard Ascii code
Input/Output
Input/Output
------------
------------
All write operations to GPIO are buffered.
All write operations to GPIO are buffered.
To write the buffered signals to the pins, the Z80 must
To write the buffered signals to the pins, the Z80 must
write any value to port C0 (GPIO0) or C1 (GPIO1)
write any value to port C0 (GPIO0) or C1 (GPIO1)
A0      - GPIO0 (7-0)
A0      - GPIO0 (7-0)
A1      - GPIO0 (15-8)
A1      - GPIO0 (15-8)
A2      - GPIO0 (23-16)
A2      - GPIO0 (23-16)
A3      - GPIO0 (31-24)
A3      - GPIO0 (31-24)
A4      - GPIO0 (35-32)
A4      - GPIO0 (35-32)
B0      - GPIO1 (7-0)
B0      - GPIO1 (7-0)
B1      - GPIO1 (15-8)
B1      - GPIO1 (15-8)
B2      - GPIO1 (23-16)
B2      - GPIO1 (23-16)
B3      - GPIO1 (31-24)
B3      - GPIO1 (31-24)
B4      - GPIO1 (35-32)
B4      - GPIO1 (35-32)
C0      - GPIO0 Write
C0      - GPIO0 Write
C1      - GPIO1 Write
C1      - GPIO1 Write
--
--
Reference Sample ROM
Reference Sample ROM
It is provided a ROM with a reference application, and the correspnding
It is provided a ROM with a reference application, and the correspnding
Z80 source codes.
Z80 source codes.
To use the application you will need to connect the DE1 board to a
To use the application you will need to connect the DE1 board to a
VGA monitor and PS/2 keyboard.
VGA monitor and PS/2 keyboard.
The program will show how to use:
The program will show how to use:
        Input push buttons
        Input push buttons
        Input Switches
        Input Switches
        PS/2 keyboard
        PS/2 keyboard
        Video text out
        Video text out
        Leds
        Leds
        7seg display
        7seg display
The program starts waiting for keys to be typed in the keyboard.
The program starts waiting for keys to be typed in the keyboard.
The characters are shown on the 40x30 video (VGA).
The characters are shown on the 40x30 video (VGA).
If "A" is pressed, then the program starts another routine,
If "A" is pressed, then the program starts another routine,
that will write bytes into SRAM. After 255 bytes are written,
that will write bytes into SRAM. After 255 bytes are written,
the bytes are read sequencially.
the bytes are read sequencially.
The address read are displayed in the seven seg display, and
The address read are displayed in the seven seg display, and
the byte read displayed in the leds (binary format).
the byte read displayed in the leds (binary format).
When finished, waits for KEY0 (DE1 board) and then restart again.
When finished, waits for KEY0 (DE1 board) and then restart again.
The switches (7-0) are used as input to calculate delays. Try
The switches (7-0) are used as input to calculate delays. Try
changing these switches to speed up ou slow down the leds. It only
changing these switches to speed up ou slow down the leds. It only
takes effect after a Z80 reset.
takes effect after a Z80 reset.
To reset the Z80, use SW9.
To reset the Z80, use SW9.
Hope you enjoy.
Hope you enjoy.
TO-DO:
TO-DO:
----
----
- Expand the character sets (this versions have only uppercase letters and numbers)
- Expand the character sets (this versions have only uppercase letters and numbers)
- 80x40 Video display
- 80x40 Video display
- Serial communication
- Serial communication
- Monitor program to allow download of programs by serial communication
- Monitor program to allow download of programs by serial communication
- Mass storage device (SD/MMC)
- Mass storage device (SD/MMC)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.