1/1
uart print problem!
by Unknown on Dec 23, 2003 |
Not available! | ||
Hi all
I modify uart.c in dir orp_soc\sw\uart as the following: int main() { long int test_data=0x12345678; uart_init(); uart_print_short(test_data); report(0xdeaddead); exit(0); } It is successful in or1ksim which output "0x12345678". But when come to rtl simulation,uart output "0x77778888". I don't what's wrong.Is it a bug? Thanks and Regards |
uart print problem!
by Unknown on Dec 23, 2003 |
Not available! | ||
I don't know. It works in my case.
regards,
Damjan
----- Original Message -----
From: lzg@gddc.com.cn>
To: openrisc@opencores.org>
Sent: Tuesday, December 23, 2003 3:14 AM
Subject: [openrisc] uart print problem!
Hi all
I modify uart.c in dir orp_soc\sw\uart as the following:
int main()
{ long int test_data=0x12345678;
uart_init();
uart_print_short(test_data);
report(0xdeaddead);
exit(0);
}
It is successful in or1ksim which output "0x12345678".
But when come to rtl simulation,uart output "0x77778888".
I don't what's wrong.Is it a bug?
Thanks and Regards
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
|
1/1