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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6__beta/] [KNOWN_BUGS] - Blame information for rev 105

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
Version: $Id: KNOWN_BUGS,v 1.1 2004-05-18 12:07:22 arniml Exp $
5
 
6
 
7
Release 0.1 BETA
8
----------------
9
 
10
******************************************************************************
11
ANL and ORL to P2 read port status instead of port output register
12
 
13
The ANL and ORL instructions for P2 read the port status and apply the logical
14
operation on this value. Instead, they should read the port output register
15
and operate on this value.
16
 
17
Fixed in p2.vhd 1.5
18
Regression test:
19
white_box/p2_port_reg_conflict
20
Fix will be included in next release.
21
 
22
******************************************************************************
23
Counter is not incremented
24
 
25
When in counter mode, the timer/counter module does not increment upon a
26
falling edge of T1. Reason is a typo in the code for the edge detection signal
27
t1_inc_s - it will never become true.
28
 
29
Fixed in timer.vhd 1.3
30
Regression tests:
31
black_box/cnt/cnt
32
black_box/cnt/int
33
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.