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
  •  
    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: david.ziva at gamil.com<david.ziva@g...>
    Date: Sun Aug 28 11:17:55 CEST 2005
    Subject: [oc] netlist simulation
    Top
    look that the module is defined with the same name as it is called.
    in u1 it should say:

    module u1 ( ... )

    endmodule



    and in worklib.prioritize:v you should see it called by the same name:


    u1 nr2 ( ... )

    If it says

    u11 nr2 ( ... ) by mistake, it will not find the definition of u11.

    ----- Original Message -----
    From: msaluja@n...
    To: cores@o...
    Date: Sat, 11 Jan 2003 12:01:07 -0100
    Subject: Re: [oc] netlist simulation

    >
    >
    >
    >
    > ----- Original Message -----
    > From: jae lim <jlim0011@y... >
    > To: cores@o...
    > Date: Thu, 18 Jul 2002 14:20:03 -0700 (PDT)
    > Subject: [oc] netlist simulation
    >
    > >
    > >
    > > Hello there
    > >
    > > here is the post synthesis file included in a test
    > > bench.
    > > It is just a small example. But when I use ncverilog
    > > simulate
    > > it, it gave me error saying that :
    > >
    > > Unbounded ncvlog: *W,UNBINS: ?&#65007;Unbound instance found&#65007;?:
    > > U1::NR2 in unit worklib.prioritize:v
    > > ...........
    > >
    > > Is there anybody tell me why??
    > >
    > > Thanks a lot
    > >
    > > Have a nice weekend
    > >
    > > Xia
    > >
    > Hi
    >
    > Looks like , the cell NR2/U1 (module priortize )is being compiled
    > before the vendor specific library file (which should contain the
    > NR2
    > verilog primitive) is compiled .
    >
    > Does this helps ?
    >
    > -Manit
    >

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