Re: [casper] errors of casper_xps on tut3

2014-10-23 Thread Wang Jinqing
Hi

I have download the old pcore version,the previous problem seems resolved. But 
another problem appear as below.
Because the FPGA on my roach board is virtex6sx,but EDK says "ERROR:EDK - 
IPNAME: opb_v20, INSTANCE: opb0 - not supported for architecture virtex6sx".How 
can I do?


Format revision of project to EDK 14.3 completed
ERROR:EDK - IPNAME: opb_v20, INSTANCE: opb0 - not supported for architecture
   'virtex6sx' -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 119
WARNING:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - Superseded core
   for architecture 'virtex6sx' -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 281
WARNING:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_odd - Superseded core
   for architecture 'virtex6sx' -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 472
ERROR:EDK - while loading XMP file

-原始邮件-
发件人: "Wang Jinqing" 
发送时间: 2014年10月23日 星期四
收件人: casper@lists.berkeley.edu
抄送:
主题: errors of casper_xps on tut3

Hi:

I have run the casper_xps to synthesize tut3.mdl. At begining it seems well. 
But at last the system generator pop out such error informations as below, the 
main problem is "cannot find MPD for  the pcore".  Does anyone run into such 
problems?How can I fix this problem?

 The model I used see the appendix.

Best Regards.
Oliver Wang


Moving all revup related files to 'revup' folder...

Format revision of project to EDK 14.3 completed
ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - cannot find MPD for
   the pcore 'opb_bram_if_cntlr_v1_00_a' in any of the repositories -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 281
ERROR:EDK - IPNAME: opb_v20, INSTANCE: opb0 - cannot find MPD for the pcore
   'opb_v20_v1_10_c' in any of the repositories -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 119
ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - cannot find MPD for
   the pcore 'opb_bram_if_cntlr_v1_00_a' in any of the repositories -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 281
ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_odd - cannot find MPD for
   the pcore 'opb_bram_if_cntlr_v1_00_a' in any of the repositories -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 472
ERROR:EDK - IPNAME: opb_v20, INSTANCE: opb0 - cannot find MPD for the pcore -
   /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line 119
ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - cannot find MPD for
   the pcore - /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs
   line 281
ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_odd - cannot find MPD for
   the pcore - /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs
   line 472
ERROR:EDK - while loading XMP file

XPS% Evaluating file run_xps.tcl
ERROR:EDK - Load a MHS or XMP file first
Error using gen_xps_files (line 685)
XPS failed.













Re: [casper] errors of casper_xps on tut3

2014-10-23 Thread Jack Hickish
Hi,

If you look in the opb_v20 mpd file --
https://github.com/jack-h/mlib_devel/blob/master/xps_base/XPS_ROACH2_base/pcores/opb_v20_v1_10_c/data/opb_v20_v2_1_0.mpd
-- you should see an option "OPTION ARCH_SUPPORT_MAP" which defines
the FPGA types supported by the core.
If you add "virtex6sx=available" to this option you should be able to
progress with the compile. Where did you get your pcores from? (I
thought I had fixed this in the file linked from the casper wiki).

Cheers,
Jack

On 23 October 2014 13:15, Wang Jinqing  wrote:
> Hi
>
> I have download the old pcore version,the previous problem seems resolved.
> But another problem appear as below.
> Because the FPGA on my roach board is virtex6sx,but EDK says "ERROR:EDK -
> IPNAME: opb_v20, INSTANCE: opb0 - not supported for architecture
> virtex6sx".How can I do?
>
>
> Format revision of project to EDK 14.3 completed
> ERROR:EDK - IPNAME: opb_v20, INSTANCE: opb0 - not supported for architecture
>'virtex6sx' -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 119
> WARNING:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - Superseded
> core
>for architecture 'virtex6sx' -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 281
> WARNING:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_odd - Superseded
> core
>for architecture 'virtex6sx' -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 472
> ERROR:EDK - while loading XMP file
>
> -原始邮件-
> 发件人: "Wang Jinqing" 
> 发送时间: 2014年10月23日 星期四
> 收件人: casper@lists.berkeley.edu
> 抄送:
> 主题: errors of casper_xps on tut3
>
> Hi:
>
> I have run the casper_xps to synthesize tut3.mdl. At begining it seems well.
> But at last the system generator pop out such error informations as below,
> the main problem is "cannot find MPD for  the pcore".  Does anyone run into
> such problems?How can I fix this problem?
>
>  The model I used see the appendix.
>
> Best Regards.
> Oliver Wang
>
>
> Moving all revup related files to 'revup' folder...
>
> Format revision of project to EDK 14.3 completed
> ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - cannot find MPD
> for
>the pcore 'opb_bram_if_cntlr_v1_00_a' in any of the repositories -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 281
> ERROR:EDK - IPNAME: opb_v20, INSTANCE: opb0 - cannot find MPD for the pcore
>'opb_v20_v1_10_c' in any of the repositories -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 119
> ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - cannot find MPD
> for
>the pcore 'opb_bram_if_cntlr_v1_00_a' in any of the repositories -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 281
> ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_odd - cannot find MPD
> for
>the pcore 'opb_bram_if_cntlr_v1_00_a' in any of the repositories -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 472
> ERROR:EDK - IPNAME: opb_v20, INSTANCE: opb0 - cannot find MPD for the pcore
> -
>/opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs line
> 119
> ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_even - cannot find MPD
> for
>the pcore -
> /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs
>line 281
> ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: tut3_odd - cannot find MPD
> for
>the pcore -
> /opt/mlib_devel-master-backup1020/tut3/XPS_ROACH2_base/system.mhs
>line 472
> ERROR:EDK - while loading XMP file
>
> XPS% Evaluating file run_xps.tcl
> ERROR:EDK - Load a MHS or XMP file first
> Error using gen_xps_files (line 685)
> XPS failed.
>
>
>
>
>
>
>
>
>
>
>