[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [partial-reconfig] ask for help:ngdbuild cannot find the active module



Thank you very much for your tips! I made a big mistake...:(
----- Original Message -----
From: luyi
Sent: Tuesday, March 15, 2005 4:51 PM
Subject: RE: [partial-reconfig] ask for help:ngdbuild cannot find the active module

Hi,

 

From your description,  

   

“WARNING:NgdBuild:855 - logical block 'module_rpm' with type 'rpm' is unexpanded”

 

the “module_rpm” looks like a name of instant (not the name of your module)

I guess you top file likes: module__rpm : rpm

      port map(

            .

            .

            .

            );

 

So, I think, the name of your active module should be “rpm” not “module_rpm”

The command of active phase should be: ngdbuild -modular module -active rpm ./../top/initial/top.ngo 

 

Good luck

loui

 

 


From: owner-partial-reconfig@itee.uq.edu.au [mailto:owner-partial-reconfig@itee.uq.edu.au] On Behalf Of ???
Sent: Tuesday, 15 March 2005 5:31 PM
To: partial-reconfig@itee.uq.edu.au
Subject: [partial-reconfig] ask for help:ngdbuild cannot find the active module

 

hi,

    I have made a simple partial reconfigurable design.When I run initial phase I get

messages :

    WARNING:NgdBuild:855 - logical block 'module_rpm' with type 'rpm' is unexpanded

    adn will be presumed to be a module. Xvendor= Xleid=0 Xhiername=

  It seems that ngdbuild recognizes the the module with name "module_rpm",but when I

run active phase.It issues the message :

    EEOR:NgdBuild:559 - Cannot find active block 'module_rpm' in the design.

  The command line of initial phase is:

      ngdbuild -p xc2v1000fg456-4 -aul -modular initial top.ngc

  The command line of active phase is:

      ngdbuild -p xc2v1000fg456-4  -modular module -active module_rpm ./../top/initial/top.ngo 

  I am sure the directory structure is correct.

 

Regards,
Yuming Chen