LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: lzg@g...<lzg@g...>
    Date: Tue Dec 23 03:14:11 CET 2003
    Subject: [openrisc] uart print problem!
    Top
    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

    Follow upAuthor
    [openrisc] uart print problem!Damjan Lampret

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.