![]() |
|
|
|||||||
![]() |
VHDL - Compiling Error : "Value of index is not static" |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi,
I'm implementing a simple ripple carry adder using instances of a simple adder (called CLA...that works..).The ripple carry adder is generic , N is the bit widht. Unfortunately when I loop to generate the simple adders ("CLA" components..) , I receive 2 errors : value "I" is not static (at the component "as": entity) , and value of index is not static(at aLess1: entity) . Code:
Could you help me please? Thanks a lot in advance.. andrew_ross |
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2008
Location: Denmark
Posts: 245
|
How come your having two different values of the Generic N?
Are your planning to implement this in a FPGA? jeppe |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2008
Posts: 6
|
Just because COMPONENT CLA is a module itself implemented with generics..xilinx compiler apparently don't get any errors for that..
I have to implementit to fpga spartan III andrew_ross |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Compiling A VC++ 6 Project In Dev C++ 4.9.9.2 | shen747 | Software | 1 | 09-19-2009 04:50 PM |
| .NET stops compiling some aspx pages | angelbrown | Software | 0 | 09-04-2006 01:48 PM |