|
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 ???
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,
|