WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2017-Jun-28 10:53:39

OTurner2013
Member
Registered: 2017-Jun-09
Posts: 17

WARP v3: Template Projects Hardware Version

I have the following set up:
     v1.7.0 version of the design
     w3_OnBoardPeriphs_v1p4
     Updated WARP_Repository as of today (files dates 5/31/2017)

On completing step #7 of Introduction to the Xilinx Platform Studio (XPS)

I have the following error:

ERROR:EDK:4110 - IPNAME: prng_useriosrc_plbw, INSTANCE: prng_useriosrc_plbw_0 - cannot find MPD for the pcore 'prng_useriosrc_plbw_v1_02_a' in any of the repositories - C:\w3_OnBoardPeriphs_v1p4\system.mhs line 698

I believe I need to correct the following code from step #6, but I not sure what to correct it to...or I may need other instructions to complete the example thanks!

Code:

PARAMETER HW_VER = 1.02.a

Offline

 

#2 2017-Jun-28 11:17:33

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: WARP v3: Template Projects Hardware Version

That error indicates XPS cannot find the source for the prng_useriosrc_plbw_v1_02_a peripheral core (pcore). Check the pcores folder in your XPS project folder:

Code:

 -xps_project/
 --system.xmp
 --system.mhs
 --<other intermediate files>
 --pcores/
 ---prng_useriosrc_plbw_v1_02_a/ <- this folder must exist

Offline

 

#3 2017-Jun-28 12:37:32

OTurner2013
Member
Registered: 2017-Jun-09
Posts: 17

Re: WARP v3: Template Projects Hardware Version

Thanks. what a silly problem. I extracted straight into the pcore file instead of creating and keeping the name prng_useriosrc_plbw_v1_02_a

Offline

 

Board footer