Design build failure of VC707 board example design

I ran make vivado and it got to this point of running the DRC task and it failed. Something about black box for some contents. Anyone able to successfully build this example design?

Salman
h

Starting DRC Task
INFO: [DRC 23-27] Running DRC with 8 threads
ERROR: [DRC INBB-3] Black Box Instances: Cell ‘dbgbdleon.leon/l3.leon3blk.cpu[0].leon3/vhdl.nofpshare.grfpw1gen.fpu0/x1.grfpw0/uni.grfpw0’ of type ‘grfpw_0_unisim’ has undefined contents and is considered a black box. The contents of this cell must be defined for opt_design to complete successfully.
ERROR: [DRC INBB-3] Black Box Instances: Cell ‘dbgbdleon.leon/l3.leon3blk.cpu[1].leon3/vhdl.nofpshare.grfpw1gen.fpu0/x1.grfpw0/uni.grfpw0’ of type ‘grfpw_0_unisim’ has undefined contents and is considered a black box. The contents of this cell must be defined for opt_design to complete successfully.
ERROR: [DRC INBB-3] Black Box Instances: Cell ‘dbgbdleon.leon/l3.leon3blk.cpu[2].leon3/vhdl.nofpshare.grfpw1gen.fpu0/x1.grfpw0/uni.grfpw0’ of type ‘grfpw_0_unisim’ has undefined contents and is considered a black box. The contents of this cell must be defined for opt_design to complete successfully.
ERROR: [DRC INBB-3] Black Box Instances: Cell ‘dbgbdleon.leon/l3.leon3blk.cpu[3].leon3/vhdl.nofpshare.grfpw1gen.fpu0/x1.grfpw0/uni.grfpw0’ of type ‘grfpw_0_unisim’ has undefined contents and is considered a black box. The contents of this cell must be defined for opt_design to complete successfully.
INFO: [Project 1-461] DRC finished with 4 Errors
INFO: [Project 1-462] Please refer to the DRC report (report_drc) for more information.
ERROR: [Vivado_Tcl 4-78] Error(s) found during DRC. Opt_design not run.

Time (s): cpu = 00:00:02 ; elapsed = 00:00:01 . Memory (MB): peak = 0.000 ; gain = 0.000 ; free physical = 18577 ; free virtual = 79105
INFO: [Common 17-83] Releasing license: Implementation
53 Infos, 63 Warnings, 77 Critical Warnings and 5 Errors encountered.
opt_design failed
opt_design: Time (s): cpu = 00:00:02 ; elapsed = 00:00:07 . Memory (MB): peak = 0.000 ; gain = 0.000 ; free physical = 18577 ; free virtual = 79105
ERROR: [Common 17-39] ‘opt_design’ failed due to earlier errors.

Hello Salman,
I believe the GRFPU IP is not available in GPL releases. You can disable it using “make xconfig” or editing the vhdl file config.vhd.

The list of the IPs available in GPL is in section 1.4 of grip.pdf .

Hope this helps!

Regards,
/Fabio

That explains it…okay. I will have to either remove it or find another example design version without non-GPL IP.