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: Uwe Bonnes<bon@e...>
    Date: Wed Mar 31 09:40:09 CEST 2004
    Subject: [oc] How to use embedded multipliers in Virtex-II devices
    Top
    >>>>> "qamar" == qamar <qamar@u...> writes:

    qamar> Hi all, I am still facing problems in implementing embedded
    qamar> multipliers in Virtex- II devices. I used the xilinxmult(dest, a,
    qamar> b) and used LEDs to take output but always I faced this error
    qamar> ERROR:NgdBuild:604 - logical block 'B3_main_30_main_Multiplier'
    qamar> with type 'MULT18X18' could not be resolved. A pin name
    qamar> misspelling can cause this, a missing edif or ngc file, or the
    qamar> misspelling of a type name. Symbol 'MULT18X18' is not supported
    qamar> in target 'virtex2'.


    In Verilog I did something like
    unsigned int [17:0] a,b,
    unsigned int result [35:0];

    assign result = a*b;

    and webpack inferred a block multiplier on devices with block muultipliereds
    and it created a multiplier using CLB resources on devices without...

    Bye
    --
    Uwe Bonnes bon@e...

    Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
    --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

    ReferenceAuthor
    [oc] How to use embedded multipliers in Virtex-II devicesQamar

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