|
Message
From: lzg@g...<lzg@g...>
Date: Tue Dec 23 03:14:11 CET 2003
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
|
 |