- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hello
I am an newbie to Quartus design tool and its associated tools.
I am creating a system with nios11 processor in Qsys and after HDL Generation its shows a warning that "Warning: Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance."
How to rectify this warning(which parameter exactly) ?
- Etiquetas:
- Intel® Quartus® Prime Software
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Add this tcl expression...
set_global_assignment -name NUM_PARALLEL_PROCESSORS 4
... to the .qsf file.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I checked .qsf file and this expression is already there and generation of HDL in QSYS shows the same warning
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
If you're using the GUI, show the TCL window from the View menu. Then paste the above command into the TCL prompt and press Enter. Then run the compilation. Set the number of processors depending on the system that you have (2/4).
This is just a warning and can be ignored. It does not affect the compilation results only affects the compilation time.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Open your Quartus Tcl Console, and excute below command:
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
And you will not see that warning again when compiling the project.

- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla