OpenCores
no use no use 1/1 no use no use
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


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