Video and Image Processing Suite - can't fit design / can't read "fifo_type": no such variable
Hello,
I have two projects with an Cyclone 10lp16k FPGA using the VIP ip cores from intel. I develop with the Quartus Prime Lite 20.1 version (Windows).
In the first project, compilation and fitting worked fine. The second always abort during fitting.
I get this error:
Error (332000): can't read "fifo_type": no such variable
while executing
"string compare $fifo_type "d""
("foreach" body line 20)
invoked from within
"foreach inst $instance_list {
set hier_to_block ${inst}|input_fifo
set fifo_name ${hier_to_block}|*
This variable is checked in several .sdc files in the "db" folder during fitting.
Like i mentioned, i have two projects using the vip ip cores. This problem first did just occured on one of them.
The first one worked fine and has several platform designer subsystems with vip cores. if exclude some of them from build and i got the same error during fitting.
It seems to me that the variable "fifo_type" doesn't get always set correctly.
Is there is any way to set the variable manually?
If i delete all ".sdc" files with the fifo_type-check befor the fitter starts, fitting can finish. But im not sure if the design will work correct .
With best regards
Sebastian Schmitz