Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
arsierra
Posts: 9
Registered: ‎09-23-2008
0

Anyone know what is HW_TIMEOUT=FALSE in a BIT file (ISE 10.1.3)?

Since I use ISE 10.1.3 some projects have this string inside the BIT files, and I wonder where in the ISE environment it is set and what is it for.

 

Xilinx Employee
barriet
Posts: 2,439
Registered: ‎08-13-2007
0

Re: Anyone know what is HW_TIMEOUT=FALSE in a BIT file (ISE 10.1.3)?

There is now a flag is added by bitgen to the programming file so iMPACT can tell if there are any HW eval cores (that would time-out after a certain period) so the user can be warned.

 

Maybe you generated the bitstream on a new computer without a valid license and didn't see the warnings.

Maybe you forgot to tell your coworker it was an eval bitstream - she/he likely want to know before trying to debug why the design quit working later.

 

bt

Visitor
arsierra
Posts: 9
Registered: ‎09-23-2008
0

Re: Anyone know what is HW_TIMEOUT=FALSE in a BIT file (ISE 10.1.3)?

Thank you Timpe.

 

But I don't understand this:

- If I had HW cores in my design which require a license, bitgen should put the string HW_TIMEOUT=TRUE, isn't it?

I only use simple cores, like DPM's, comparators, FIFO's or Shift Registers.

 

Anyway, thanks for your answer.

 

Xilinx Employee
barriet
Posts: 2,439
Registered: ‎08-13-2007
0

Re: Anyone know what is HW_TIMEOUT=FALSE in a BIT file (ISE 10.1.3)?

I would expect the parameter to be TRUE only if you used any licensed cores that were in HW Eval mode.

Otherwise (no licensed cores or licensed cores with a full hardware license), I would expect it to be FALSE.

 

bt

Newbie
040339970
Posts: 1
Registered: ‎06-14-2011
0

Re: Anyone know what is HW_TIMEOUT=FALSE in a BIT file (ISE 10.1.3)?

If I understand correctly this line indicates only information.
so... I want to ask how i can remove it (I need it because I have a script that passes the file and reads out all kinds of data and i do not that  this information will  be there)