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: gurumurt@c...<gurumurt@c...>
    Date: Tue Jun 22 22:15:29 CEST 2004
    Subject: [openrisc] Architecture simulation of basic.S
    Top
    When I run the basic.or32 thru the or32-uclinux-sim, I get into the
    following problem.

    One of the last instructions in the file is;
    l.jal _report

    I dont find the pointer "_report" anywhere in the file. When I simulate it
    (architecture simulation) it translates the above statement to
    1.jal 0x8a
    And it jumps to that space and somewhere in that space it encounters
    a jump to 0 and goes into an infinite loop of staying at 0th location.
    This causes a problem when I run "run_sw" since it keeps on writing on
    to the log file till it reaches the disk quota.
    What should I do to avert this problem? Specifically, where does it jump
    when it encounters l.jal _report?
    Thanks,
    Guru

    Follow upAuthor
    [openrisc] Architecture simulation of basic.SMatjaz Breskvar

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