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
Newbie
mayuriprajapati@gmail.com
Posts: 1
Registered: ‎03-20-2012
0

ise 13.2 issue

i have implementing my thesis work on xillinx but during coding i am getting this error like

 

ERROR:Xst:899 - "dc.v" line 210: The logic for <led> does not match a known FF or Latch template. The description style you are using to describe a register or latch is not supported in the current software release.

 

any how i m not able to remov this error im using web version ISE 13.2.pls help me on mayuriprajapati@gmail.com

Expert Contributor
gszakacs
Posts: 5,253
Registered: ‎08-14-2007
0

Re: ise 13.2 issue

[ Edited ]

If you want help on this, I would suggest posting the portion of the code that includes

line 210, with line 210 clearly marked.

 

In general, this sort of error happens when you don't follow the standard templates

for creating a flip-flop or latch.  This can include processes with multiple edge dependencies

or multiple event waits.

 

-- Gabor

-- Gabor
Expert Contributor
bassman59
Posts: 4,661
Registered: ‎02-25-2008
0

Re: ise 13.2 issue


mayuriprajapati@gmail.com wrote:

i have implementing my thesis work on xillinx but during coding i am getting this error like

 

ERROR:Xst:899 - "dc.v" line 210: The logic for <led> does not match a known FF or Latch template. The description style you are using to describe a register or latch is not supported in the current software release.

 

any how i m not able to remov this error im using web version ISE 13.2.pls help me on mayuriprajapati@gmail.com


Perhaps showing us the relevant code would help, seeing as how the error message is pretty explicit about your code being the problem.


----------------------------------------------------------------
Yes, I do this for a living.