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
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

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

    From: "Jerrold Wen" <jwen@v...>
    Date: Fri, 20 Jun 2003 14:04:46 -0400
    Subject: RE: [oc] numeric PIN or PAD number
    Top

    Hi Paul,
    
    The letters are probably because you are using a BGA (Ball grid array
    package) and the "pins" (solder balls) are in a grid format.  Check the
    datasheet for physical locations.
    
    Jerrold.
    
    -----Original Message-----
    From: owner-cores@o... [mailto:owner-cores@o...] On Behalf
    Of paul
    Sent: June 17, 2003 12:46 AM
    To: cores@o...
    Subject: [oc] numeric PIN or PAD number
    
    
    Hi
    
    Any one know how to find out "pad" or "pin" mapping of Virtex II. For
    example, for iverilog and Spartan 2 device, I can do this:
    
    // 88 is smply P88
    $attribute(clk, "PAD", "88");
    $attribute(s, "PAD", "67,39,62,60,46,57,49");
    
    But with Virtex II, all the pin names have 1 or 2 extra letters in front
    of it --which won't compile.
    NET "clk" LOC = "AD16";
    NET "led0" LOC = "B27";
    NET "led1" LOC = "B22";
    
    How do I find the numeric Pin number? Thanks
    
    
    
    
    
    
    
    

    ReferenceAuthor
    [oc] numeric PIN or PAD numberPaul

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