LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Overview :: News :: Architecture :: OpenRISC 1200 :: VMware image :: NEW GNU Toolchain Port :: Architectural Simulator :: U-Boot :: Linux :: uClinux :: RTEMS :: ATS :: ORP :: ORPmon :: ORPsoc :: Survey :: Forum :: Silicon :: Downloads :: Tracker    

    OpenRISC 1000: Tracker : Bug in or1200_alu

    Monitor this item

    You will be notified via email when status of this item is changed or if somebody adds a comment.

    Your email

      Bug in or1200_alu

    Type BUG
    Status CLOSED
    Top
    In the or1200_alu.v file on line 250 the lines

    `ifdef OR1200_CASE_DEFAULT
    default: begin
    `else
    `OR1200_ALUOP_COMP, `OR1200_ALUOP_AND
    `endif
    result=result_and;
    end


    should be to avoid compilation errors:

    `ifdef OR1200_CASE_DEFAULT
    default: begin
    `else
    `OR1200_ALUOP_COMP, `OR1200_ALUOP_AND:
    begin
    `endif
    result=result_and;
    end

     
    Stats

    Nobody is monitoring this item

    Progress
     
    Submited date 26-Nov-2004
    Submited by jcastillo@o...
     
    Assigned date
    Assigned to
     
    Closed date 07-Jan-2005
    Closed by Damjan Lampret

    Top

    Comments

    by Damjan Lampret on 07-Jan-2005
    These have been fixed in the latest HEAD revision (Jan 8th 2005).
     

    Add your comment

    Your email:

    Retype key:
    Top

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