Forum Discussion
Hi, may I know which document that you refer to that indicates a 512-bit size port can be created?
- VCarr56 years ago
New Contributor
In Intel® Quartus® Prime StandardEdition Handbook Volume 3 (https://people.ece.cornell.edu/land/courses/ece5760/DE1_SOC/Power_Estimation/qts-qps-5v3.pdf), page 53 say:
"...Especify the desired parameters for your custom IP variation.
You can specify up toup to 512 bits for each source. Your design may include up to 128 instances of thisIP core..."
- RichardT_altera6 years ago
Super Contributor
May I know which Quartus version are you using?
- VCarr56 years ago
New Contributor
I am using Quartus Prime version 19.1.0 (build 670 09/22 2019) SJ Lite Edition.
I have tried with previous versions under Windows and Linux systems but this problem is still there ..
- RichardT_altera6 years ago
Super Contributor
0:511 equates to 512 bits. The count starts from 0.
You may see other Quartus version with port width 0:512, engineering confirm that 0:512 is a bug. Correct fix should be 0:511.