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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_0/] [CHANGELOG] - Blame information for rev 190

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

Line No. Rev Author Line
1 147 arniml
 
2
Change log for the T48 uController core
3
=======================================
4 190 arniml
Version: $Date: 2005-10-14 23:25:41 $
5 147 arniml
 
6
 
7 190 arniml
Release 0.6 BETA
8
----------------
9
 
10 170 arniml
* Bugfix for "Wrong clock applied to T0"
11
  Applied in clock_ctrl.vhd 1.7
12
             t48_core.vhd 1.8
13
 
14
* Introduced "notri" hierarchy for t8048 and t8039 system.
15
  This allows the usage of such a system without tri-state signals.
16
 
17
* Fixed lpm_memory type definition in lpm_rom.vhd and lpm_ram.vhd.
18
 
19
* New Wishbone master module: wb_master.vhd
20
 
21
* New system toplevel: t8050_wb.vhd
22
  Contains the Wishbone master.
23
 
24 190 arniml
* Prefixed all design units with 't48_'.
25 170 arniml
 
26 190 arniml
* Updates for running the core with full xtal clock. Should work now.
27
 
28
* Move latching of BUS to MSTATE2 in decoder.vhd
29
    -> sample BUS at the end of RD'
30
 
31
* Fix a glitch on PCH when an interrupt occurs during external
32
  program memory fetch in decoder.vhd
33
 
34
* Bugfix for "Target address of JMP to Program Memory Bank 1 corrupted
35
              by interrupt"
36
  and        "Return address of CALL to Program Memory Bank 1 corrupted
37
              by interrupt"
38
  Applied in int.vhd 1.5
39
 
40
* Bugfix for "MSB of Program Counter changed upon PC increment"
41
  Applied in pmem_ctrl.vhd 1.4
42
 
43
 
44 147 arniml
Release 0.5 BETA
45
----------------
46
 
47
* Bugfix for "P1 constantly in push-pull mode in t8048"
48
  Applied in t8048.vhd 1.3
49
 
50
* Bugfix for "RD' and WR' not asserted for INS A, BUS and OUTL BUS, A"
51
  Applied in decoder.vhd 1.16
52
             db_bus.vhd 1.3
53
  Updated testcase black_box/ins.
54
 
55
* P1, P2 and BUS are written during the first instruction cycle of the
56
  OUTL instruction. This matches the descirption in the User Manual.
57
  The previous implementation updated these ports at the end of the
58
  second instruction cycle.
59
  Applied in decoder.vhd 1.16
60
 
61
* Shifted deassertion of RD and WR to end of XTAL3 of machine state 2.
62
  The previous deassertion at the end of XTAL2 was not according to the
63
  User Manual. Their rising edge can now be used as a read/write strobe.
64
  On the other hand, PROG is still deasserted at the end of XTAL3. This
65
  is needed to for the rising edge of PROG within valid P2 expander data.
66
  Applied in clock_ctrl.vhd 1.6

powered by: WebSVN 2.1.0

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