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

Subversion Repositories t48

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