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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_2/] [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 295 arniml
Version: $Id: CHANGELOG 295 2009-04-01 19:32:48Z arniml $
5 147 arniml
 
6
 
7 288 arniml
Release 1.1
8
-----------
9
 
10
* code optimizations in the decoder to reduce LUT usage with
11
  Xilinx ISE/XST.
12
 
13
* fix tb_t8048 and tb_t8049 with respect to P1[0]->T0 signalling.
14
 
15
* synthesis templates for QuartusII and ISE.
16
 
17
* added dedicated version of hex2rom utility for RTL ROM generation
18
  (keeps compatibility with QuartusII 7.2).
19
 
20
* better describe RTL ROM and RAM macros.
21
 
22
 
23 276 arniml
Release 1.0
24
-----------
25
 
26
* T8243 I/O expander added to project
27
 
28
* Bugfix for "Deassertion of PROG too early"
29
  PROG is deasserted at end of XTAL3 now.
30
  Applied in clock_ctrl.vhd 1.12
31
 
32
* new input xtal_en_i gates xtal_i base clock
33
 
34
* counter_q in timer module has asynchronous reset
35
 
36
* replaced syn_rom and syn_ram with t48_rom and generic_ram_ena
37
 
38
* verification environment updated for new testbenches
39
 
40
 
41 217 arniml
Release 0.6.1 BETA
42
------------------
43
 
44
* Bugfix for "PROBLEM WHEN INT AND JMP"
45
  Suppress assertion of bus_read_bus_s when interrupt is pending.
46
  Applied in decoder.vhd 1.21
47
 
48
* Bugfix for "P2 Port value restored after expander access"
49
  Applied in p2.vhd 1.8
50
 
51
* change low impedance markers for P2
52
  separate marker for low and high part
53
 
54
* shift assertion of ALE and PROG to xtal3
55
 
56
* properly drive P1 and P2 with low impedance markers
57
 
58
* suppress p2_output_pch_o when MOVX operation is accessing the
59
  external memory
60
 
61
* suppress p2_output_pch_o when p2_output_exp is active
62
 
63
* operate ale_q and int_q with xtal_i after shift of ALE assertion to XTAL3
64
 
65
 
66 190 arniml
Release 0.6 BETA
67
----------------
68
 
69 170 arniml
* Bugfix for "Wrong clock applied to T0"
70
  Applied in clock_ctrl.vhd 1.7
71
             t48_core.vhd 1.8
72
 
73
* Introduced "notri" hierarchy for t8048 and t8039 system.
74
  This allows the usage of such a system without tri-state signals.
75
 
76
* Fixed lpm_memory type definition in lpm_rom.vhd and lpm_ram.vhd.
77
 
78
* New Wishbone master module: wb_master.vhd
79
 
80
* New system toplevel: t8050_wb.vhd
81
  Contains the Wishbone master.
82
 
83 190 arniml
* Prefixed all design units with 't48_'.
84 170 arniml
 
85 190 arniml
* Updates for running the core with full xtal clock. Should work now.
86
 
87
* Move latching of BUS to MSTATE2 in decoder.vhd
88
    -> sample BUS at the end of RD'
89
 
90
* Fix a glitch on PCH when an interrupt occurs during external
91
  program memory fetch in decoder.vhd
92
 
93
* Bugfix for "Target address of JMP to Program Memory Bank 1 corrupted
94
              by interrupt"
95
  and        "Return address of CALL to Program Memory Bank 1 corrupted
96
              by interrupt"
97
  Applied in int.vhd 1.5
98
 
99
* Bugfix for "MSB of Program Counter changed upon PC increment"
100
  Applied in pmem_ctrl.vhd 1.4
101
 
102 193 arniml
* Preliminary Integration Manual added.
103 190 arniml
 
104 193 arniml
 
105 147 arniml
Release 0.5 BETA
106
----------------
107
 
108
* Bugfix for "P1 constantly in push-pull mode in t8048"
109
  Applied in t8048.vhd 1.3
110
 
111
* Bugfix for "RD' and WR' not asserted for INS A, BUS and OUTL BUS, A"
112
  Applied in decoder.vhd 1.16
113
             db_bus.vhd 1.3
114
  Updated testcase black_box/ins.
115
 
116
* P1, P2 and BUS are written during the first instruction cycle of the
117
  OUTL instruction. This matches the descirption in the User Manual.
118
  The previous implementation updated these ports at the end of the
119
  second instruction cycle.
120
  Applied in decoder.vhd 1.16
121
 
122
* Shifted deassertion of RD and WR to end of XTAL3 of machine state 2.
123
  The previous deassertion at the end of XTAL2 was not according to the
124
  User Manual. Their rising edge can now be used as a read/write strobe.
125
  On the other hand, PROG is still deasserted at the end of XTAL3. This
126
  is needed to for the rising edge of PROG within valid P2 expander data.
127
  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.