WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2007-Nov-09 00:22:40

jiayang
Member
Registered: 2007-Mar-07
Posts: 19

license error in updating bitstream

I modified an old version of wireless reference design and made it work on my WARP boards very well. But today when I tried to update bitstream (actually nothing changed in hardware or software), it poped up error:

INFO:MDT - plb_ethernet (ethernet_mac) -
   C:\Xilinx\project\warpProject\mymac0911\system.mhs line 323 - This design
   requires design constraints to guarantee performance.
   Please refer to the plb_ethernet_v1_01_a data sheet for details.
   The PLB Bus clock frequency must be greater than or equal to 65 MHz for 100
   Mbs Ethernet operation and greater than or equal to 6.5 MHz for 10 Mbs
   Ethernet operation.
INFO:coreutil - License for component <plb_ethernet_v1> not found.
   You may use the customization GUI for this component but you will
   not be able to generate any implementation or simulation files.
   For license installation help, please visit:
   www.xilinx.com/ipcenter/ip_licensing_help.htm

I don't understand why the error suddenly came up. What should I do with it? Thanks a lot!

Offline

 

#2 2007-Nov-09 01:05:45

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

Re: license error in updating bitstream

Another group had the same problem today, also for the first time. It has something to do with the licensing of the PLB EMAC IP core. The EDK includes an evaluation license that lets the core run in hardware for a while (7 hours, I think) before it disables itself. Re-downloading the bitstream resets the counter, so even the evaluation is good enough for most WARP users. But for some reason, that evaluation license seems to have stopped working.

In XPS, in the System Assembly View, right-click on the Ethernet_MAC core and choose License Status. What does it report? On my machine, in XPS 8.2, it shows Status = Hardware Evaluation.

Offline

 

#3 2007-Nov-09 01:21:35

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

Re: license error in updating bitstream

An update:

None of us are doing anything wrong- it's a problem with the EDK (surprise, surprise).

The evaluation license for the plb_ethernet core is held in a FlexLM license file in C:\EDK\data\core_licenses\plb_ethernet_v1_flexlm.lic.

In EDK 8.2, the evaluation license expired on November 1, 2007. In EDK 9.1, the evaluation expires May 30, 2008. I have no idea why they set the license to expire at all.

You can fix the problem by using the EDK 9.1 evaluation license file; it works fine in EDK 8.2:

1) Quit XPS
2) Rename C:\EDK\data\core_licenses\plb_ethernet_v1_flexlm.lic to something else
3) Make a new C:\EDK\data\core_licenses\plb_ethernet_v1_flexlm.lic and fill it with:

Code:

FEATURE plb_ethernet_v1 xilinxd 1.0 30-may-2008 uncounted \
	108EF5D7E66B VENDOR_STRING=License_Type:Hardware_Evaluation \
	HOSTID=ANY ISSUER=Xilinx TS_OK

Now the license status in XPS should show Hardware Evaluation, valid until next May.

Offline

 

#4 2007-Nov-09 08:04:25

jiayang
Member
Registered: 2007-Mar-07
Posts: 19

Re: license error in updating bitstream

I followed your instruction and it worked. Thank you very much!

Offline

 

#5 2008-May-20 12:45:06

HT
Member
Registered: 2008-May-12
Posts: 31

Re: license error in updating bitstream

Hi. I just noticed that there is only ten days left before the license expires. Is there some way around this problem? I'am using EDK 8.2

-Maybe adjust XP's time&date settings?  But that is just lame thing to do. Any ideas ?

Offline

 

#6 2008-May-20 14:49:12

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

Re: license error in updating bitstream

Here's the license file from the 10.1 tools, good until June 2009:

Code:

FEATURE plb_ethernet_v1 xilinxd 1.0 30-jun-2009 uncounted \
	DF4BF19A178D VENDOR_STRING=License_Type:Hardware_Evaluation \
	HOSTID=ANY ISSUER=Xilinx TS_OK

Offline

 

#7 2008-Oct-05 05:16:27

kappasm
Member
Registered: 2008-Oct-05
Posts: 1

Re: license error in updating bitstream

Here's the license file from the 10.1 tools, good for not expiration:

Code:

FEATURE plb_ethernet_v1 xilinxd 1.0 permanent uncounted \
8BECEFFE0647 VENDOR_STRING=License_Type:Source HOSTID=ANY

Kappasm.

Offline

 

Board footer