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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_3/] [CHANGELOG] - Blame information for rev 345

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