Verilog errors during synthesis
Posted
by chester.boo
on Stack Overflow
See other posts from Stack Overflow
or by chester.boo
Published on 2010-03-03T00:51:53Z
Indexed on
2010/04/25
3:53 UTC
Read the original article
Hit count: 686
Here is the code in question:
When I do a syntax check, everything is okay. But when I try to synthesize with XST I get the following errors:
ERROR:Xst:870 - "fibonacci.v" line 42: Can not simplify operator DIV.
ERROR:Xst:899 - "fibonacci.v" line 29: The logic for <out> does not match a known FF or Latch template.
ERROR:Xst:899 - "fibonacci.v" line 30: The logic for <ratio> does not match a known FF or Latch template.
ERROR:Xst:899 - "fibonacci.v" line 36: The logic for <nextstate> does not match a known FF or Latch template.
ERROR:Xst:899 - "fibonacci.v" line 37: The logic for <previousstate> does not match a known FF or Latch template.
ERROR:Xst:899 - "fibonacci.v" line 38: The logic for <presentstate> does not match a known FF or Latch template.
ERROR:Xst:899 - "fibonacci.v" line 39: The logic for <fib_number_cnt> does not match a known FF or Latch template.
© Stack Overflow or respective owner