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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6_beta/] [KNOWN_BUGS] - Blame information for rev 135

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

Line No. Rev Author Line
1 105 arniml
 
2
Known bugs of the T48 uController core
3
======================================
4 135 arniml
Version: $Date: 2004-09-12 10:17:58 $
5 105 arniml
 
6
 
7 135 arniml
Release 0.3 BETA
8
----------------
9
 
10
*******************************************************************************
11
PSENn Timing
12
 
13
PSENn is erroneously activated during read or write from external memory when
14
the read and write strobe signals RDn and WRn are active. This happens when
15
code is executed from external Program Memory.
16
 
17
The problem lies in the decoder module where the PSENn signal is generated
18
based on the current machine cycle.
19
 
20
Fixed in decoder.vhd 1.15
21
Added waveform check for PSENn in if_timing.vhd 1.3
22
New regression test: white_box/psen_rd_wr_timing
23
Fix will be included in next release.
24
 
25
 
26
 
27 117 arniml
Release 0.2 BETA
28
----------------
29
 
30
*******************************************************************************
31 135 arniml
PSENn Timing
32
 
33
See above.
34
 
35
*******************************************************************************
36 117 arniml
Program Memory bank can be switched during interrupt
37
 
38
During an interrupt service routine (i.e. after vectoring to location 3 or 7
39
of the Program Memory and befor executing the RETR instruction) the Program
40
Memory bank can be switched by executing a JMP or CALL instruction. These
41
instructions honour the current state of the Program Memory Bank Flag and thus
42
switch the Program Memory bank upon execution.
43
 
44 121 arniml
Fixed in:
45
int.vhd 1.2
46
decoder.vhd 1.14
47
Updated regression test:
48
black_box/mb/int
49
Fix will be included in next release.
50 117 arniml
 
51
 
52 121 arniml
 
53 105 arniml
Release 0.1 BETA
54
----------------
55
 
56 117 arniml
*******************************************************************************
57 135 arniml
PSENn Timing
58
 
59
See above.
60
 
61
*******************************************************************************
62 117 arniml
Program Memory bank can be switched during interrupt
63
 
64
See above.
65
 
66 105 arniml
******************************************************************************
67 109 arniml
External Program Memory ignored when EA = 0
68
 
69
The external Program Memory is always ignored when EA = 0 with the t8048 system
70
toplevel. Desired behaviour is to access external Program Memory when code
71
has to be fetched from an address location that is outside the internal
72
Program Memory.
73
 
74
Fixed in t8048.vhd 1.3
75
Fix will be included in next release.
76
 
77
******************************************************************************
78 105 arniml
ANL and ORL to P2 read port status instead of port output register
79
 
80
The ANL and ORL instructions for P2 read the port status and apply the logical
81
operation on this value. Instead, they should read the port output register
82
and operate on this value.
83
 
84
Fixed in p2.vhd 1.5
85
Regression test:
86
white_box/p2_port_reg_conflict
87
Fix will be included in next release.
88
 
89
******************************************************************************
90
Counter is not incremented
91
 
92
When in counter mode, the timer/counter module does not increment upon a
93
falling edge of T1. Reason is a typo in the code for the edge detection signal
94
t1_inc_s - it will never become true.
95
 
96
Fixed in timer.vhd 1.3
97
Regression tests:
98
black_box/cnt/cnt
99
black_box/cnt/int
100
Fix will be included in next release.

powered by: WebSVN 2.1.0

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