Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- So its not a VHDL language error... --- Quote End --- You could have a language error even in code that can be synthesized by some tools. Synthesis tools vary in how much latitude they give for certain things that technically are not legal according to the language standard. --- Quote Start --- ...but a choice of compiler and the corresponding language construct ? --- Quote End --- Code could be legal according to the standard but still not written in a good way for synthesis purposes. Following the recommended coding styles (most being applicable to all synthesis tools and some potentially being specific to a tool) avoids this situation.