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: Damjan Lampret<lampret@o...>
    Date: Tue Dec 23 08:17:02 CET 2003
    Subject: [openrisc] uart print problem!
    Top
    I don't know. It works in my case.

    regards,
    Damjan

    ----- Original Message -----
    From: <lzg@g...>
    To: <openrisc@o...>
    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

    ReferenceAuthor
    [openrisc] uart print problem!Lzg

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