Forum Discussion
Altera_Forum
Honored Contributor
16 years agoC2H Compilation Error - Explicit Inclusion
I am currently attempting to performing C2H hardware acceleration of a computationally intensive processing algorithm, specifically Dynamic Time Warping or DTW, commonly used in speech and image proc...
Altera_Forum
Honored Contributor
16 years agoIt could be just a namespace collision with some other library used by your Quartus II project. For example if I wrote two custom components both with their own module called "MyWidget" Quartus II will flag this since you have two implementations of the same module. That is what I suspect is happening in your case, C2H is generating a module that happens to have the same name as something else used elsewhere in your hardware design.