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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6_1_beta/] [CHANGELOG] - Blame information for rev 329

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 217 arniml
Version: $Date: 2006-01-15 20:56:57 $
5 147 arniml
 
6
 
7 217 arniml
Release 0.6.1 BETA
8
------------------
9
 
10
* Bugfix for "PROBLEM WHEN INT AND JMP"
11
  Suppress assertion of bus_read_bus_s when interrupt is pending.
12
  Applied in decoder.vhd 1.21
13
 
14
* Bugfix for "P2 Port value restored after expander access"
15
  Applied in p2.vhd 1.8
16
 
17
* change low impedance markers for P2
18
  separate marker for low and high part
19
 
20
* shift assertion of ALE and PROG to xtal3
21
 
22
* properly drive P1 and P2 with low impedance markers
23
 
24
* suppress p2_output_pch_o when MOVX operation is accessing the
25
  external memory
26
 
27
* suppress p2_output_pch_o when p2_output_exp is active
28
 
29
* operate ale_q and int_q with xtal_i after shift of ALE assertion to XTAL3
30
 
31
 
32 190 arniml
Release 0.6 BETA
33
----------------
34
 
35 170 arniml
* Bugfix for "Wrong clock applied to T0"
36
  Applied in clock_ctrl.vhd 1.7
37
             t48_core.vhd 1.8
38
 
39
* Introduced "notri" hierarchy for t8048 and t8039 system.
40
  This allows the usage of such a system without tri-state signals.
41
 
42
* Fixed lpm_memory type definition in lpm_rom.vhd and lpm_ram.vhd.
43
 
44
* New Wishbone master module: wb_master.vhd
45
 
46
* New system toplevel: t8050_wb.vhd
47
  Contains the Wishbone master.
48
 
49 190 arniml
* Prefixed all design units with 't48_'.
50 170 arniml
 
51 190 arniml
* Updates for running the core with full xtal clock. Should work now.
52
 
53
* Move latching of BUS to MSTATE2 in decoder.vhd
54
    -> sample BUS at the end of RD'
55
 
56
* Fix a glitch on PCH when an interrupt occurs during external
57
  program memory fetch in decoder.vhd
58
 
59
* Bugfix for "Target address of JMP to Program Memory Bank 1 corrupted
60
              by interrupt"
61
  and        "Return address of CALL to Program Memory Bank 1 corrupted
62
              by interrupt"
63
  Applied in int.vhd 1.5
64
 
65
* Bugfix for "MSB of Program Counter changed upon PC increment"
66
  Applied in pmem_ctrl.vhd 1.4
67
 
68 193 arniml
* Preliminary Integration Manual added.
69 190 arniml
 
70 193 arniml
 
71 147 arniml
Release 0.5 BETA
72
----------------
73
 
74
* Bugfix for "P1 constantly in push-pull mode in t8048"
75
  Applied in t8048.vhd 1.3
76
 
77
* Bugfix for "RD' and WR' not asserted for INS A, BUS and OUTL BUS, A"
78
  Applied in decoder.vhd 1.16
79
             db_bus.vhd 1.3
80
  Updated testcase black_box/ins.
81
 
82
* P1, P2 and BUS are written during the first instruction cycle of the
83
  OUTL instruction. This matches the descirption in the User Manual.
84
  The previous implementation updated these ports at the end of the
85
  second instruction cycle.
86
  Applied in decoder.vhd 1.16
87
 
88
* Shifted deassertion of RD and WR to end of XTAL3 of machine state 2.
89
  The previous deassertion at the end of XTAL2 was not according to the
90
  User Manual. Their rising edge can now be used as a read/write strobe.
91
  On the other hand, PROG is still deasserted at the end of XTAL3. This
92
  is needed to for the rising edge of PROG within valid P2 expander data.
93
  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.