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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6_1_beta/] [KNOWN_BUGS] - Diff between revs 121 and 135

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 121 Rev 135
Known bugs of the T48 uController core
Known bugs of the T48 uController core
======================================
======================================
Version: $Date: 2004-06-30 21:25:54 $
Version: $Date: 2004-09-12 10:17:58 $
 
 
 
 
 
Release 0.3 BETA
 
----------------
 
 
 
*******************************************************************************
 
PSENn Timing
 
 
 
PSENn is erroneously activated during read or write from external memory when
 
the read and write strobe signals RDn and WRn are active. This happens when
 
code is executed from external Program Memory.
 
 
 
The problem lies in the decoder module where the PSENn signal is generated
 
based on the current machine cycle.
 
 
 
Fixed in decoder.vhd 1.15
 
Added waveform check for PSENn in if_timing.vhd 1.3
 
New regression test: white_box/psen_rd_wr_timing
 
Fix will be included in next release.
 
 
 
 
Release 0.2 BETA
Release 0.2 BETA
----------------
----------------
*******************************************************************************
*******************************************************************************
 
PSENn Timing
 
 
 
See above.
 
 
 
*******************************************************************************
Program Memory bank can be switched during interrupt
Program Memory bank can be switched during interrupt
During an interrupt service routine (i.e. after vectoring to location 3 or 7
During an interrupt service routine (i.e. after vectoring to location 3 or 7
of the Program Memory and befor executing the RETR instruction) the Program
of the Program Memory and befor executing the RETR instruction) the Program
Memory bank can be switched by executing a JMP or CALL instruction. These
Memory bank can be switched by executing a JMP or CALL instruction. These
instructions honour the current state of the Program Memory Bank Flag and thus
instructions honour the current state of the Program Memory Bank Flag and thus
switch the Program Memory bank upon execution.
switch the Program Memory bank upon execution.
Fixed in:
Fixed in:
int.vhd 1.2
int.vhd 1.2
decoder.vhd 1.14
decoder.vhd 1.14
Updated regression test:
Updated regression test:
black_box/mb/int
black_box/mb/int
Fix will be included in next release.
Fix will be included in next release.
Release 0.1 BETA
Release 0.1 BETA
----------------
----------------
 
 
 
*******************************************************************************
 
PSENn Timing
 
 
 
See above.
 
 
*******************************************************************************
*******************************************************************************
Program Memory bank can be switched during interrupt
Program Memory bank can be switched during interrupt
See above.
See above.
******************************************************************************
******************************************************************************
External Program Memory ignored when EA = 0
External Program Memory ignored when EA = 0
The external Program Memory is always ignored when EA = 0 with the t8048 system
The external Program Memory is always ignored when EA = 0 with the t8048 system
toplevel. Desired behaviour is to access external Program Memory when code
toplevel. Desired behaviour is to access external Program Memory when code
has to be fetched from an address location that is outside the internal
has to be fetched from an address location that is outside the internal
Program Memory.
Program Memory.
Fixed in t8048.vhd 1.3
Fixed in t8048.vhd 1.3
Fix will be included in next release.
Fix will be included in next release.
******************************************************************************
******************************************************************************
ANL and ORL to P2 read port status instead of port output register
ANL and ORL to P2 read port status instead of port output register
The ANL and ORL instructions for P2 read the port status and apply the logical
The ANL and ORL instructions for P2 read the port status and apply the logical
operation on this value. Instead, they should read the port output register
operation on this value. Instead, they should read the port output register
and operate on this value.
and operate on this value.
Fixed in p2.vhd 1.5
Fixed in p2.vhd 1.5
Regression test:
Regression test:
white_box/p2_port_reg_conflict
white_box/p2_port_reg_conflict
Fix will be included in next release.
Fix will be included in next release.
******************************************************************************
******************************************************************************
Counter is not incremented
Counter is not incremented
When in counter mode, the timer/counter module does not increment upon a
When in counter mode, the timer/counter module does not increment upon a
falling edge of T1. Reason is a typo in the code for the edge detection signal
falling edge of T1. Reason is a typo in the code for the edge detection signal
t1_inc_s - it will never become true.
t1_inc_s - it will never become true.
Fixed in timer.vhd 1.3
Fixed in timer.vhd 1.3
Regression tests:
Regression tests:
black_box/cnt/cnt
black_box/cnt/cnt
black_box/cnt/int
black_box/cnt/int
Fix will be included in next release.
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.