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: paul <paulw@m...>
    Date: Mon, 16 Jun 2003 21:46:09 -0700
    Subject: [oc] numeric PIN or PAD number
    Top

    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
    
    
    
    

    Follow upAuthor
    RE: [oc] numeric PIN or PAD numberJerrold Wen
    Re: [oc] numeric PIN or PAD numberUwe Bonnes

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