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

Subversion Repositories z80soc

[/] [z80soc/] [trunk/] [V0.7.2/] [doc/] [RevisionHistory.txt] - Blame information for rev 44

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 44 rrred
2010/11/22 - Fixed Video component, and increased vram to accomodate 80x40 resolution
2
           - Developed the basic io libs for SDCC for Z80SoC: crt0.s, putchar.c and getchar.c
3
           - ROM design has been implemented using coregen, and has now 16k
4
           - ram size changed to 12Kb for S3E and 40Kb for DE1
5
           - Slight changes in memory layout (see readme for memory layout)
6
           - New rom developed in C (SDCC)
7
           - Released C library for Z80SoC development usingg SDCC
8
 
9
2010/02/26 - Modified RAM layout (again) to accomodate new features
10
           - Characters patern are now in RAM and can be redefined by the user
11
           - Video screen can now be configured up tp 40 rows by 80 columns
12
           - Characters can have double pixels (useful when width is less than 40 chars)
13
           - Memory cores was redefined, RAM is now 24K
14
           - Modified top module and video module to accomodate new memory cores
15
           - ROM demo modified to demonstrate char definition (redefine char "A")
16
 
17
2008/05/24 - Modified RAM layout to support new and future improvements
18
           - Added port 0x90 to write a character to video.
19
           - Cursor x,y automatically updated after writing to port 0x90
20
           - Added port 0x91 for video cursor X
21
           - Added port 0x92 for video cursor Y
22
           - Added suport for reading VRAM (dual port, dual clock vram)
23
           - Updated ROM to demonstrate how to use these new resources
24
           - Changed ROM to support 14 bit addresses (16 Kb)
25
 
26
2008/05/14 - Implemented small changes in Rotary knob logic.
27
           - Modified ROM to demonstrate rotary function.
28
 
29
2008/05/12 - Added support for the Rotary Knob
30
           - Changed RESET to Knob push button. Now, the 4 push buttons are available for user applications.
31
 
32
2008/05/11 - S3E: Fixed bug in memory access. Vram and ram working, so could release the same rom as DE1 port.
33
 
34
2008/05/04 - Spartan 3E port released, although not 100% functional (see README)
35
 
36
2008/05/01 - Added Caps lock support. Upper and lower case characters are now supported for keyboard input.
37
 
38
2008/04/19 - Added complete character set support
39
           - Modified the Z80 demo program format the screen output and input
40
 
41
2008/04/16 - Release of Z80SoC-0.5-DE1-Beta
42
- Features:
43
        - IO pins access by ports (7segdisplay, leds, switches, push buttons, gpio)
44
        - 8 KB VRAM memory mapped
45
        - 8 KB ROM
46
        - 4 8KB SRAM
47
        - Video 40 x 30 Uppercase and Numbers noly
48
        - PS/2 keyboard input

powered by: WebSVN 2.1.0

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