Article ID: 000080407 Content Type: Error Messages Last Reviewed: 07/19/2017

Error:(vsim-3389) <ALTFP_LOG IP core directory>/<IP core name>.v(3074): Port 'sclr' not found in the connected module (6th connection).

Environment

    Intel® Quartus® Prime Standard Edition
BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description

Due to a problem in the Quartus® Prime Standard Edition version 16.1 and earlier, you may see  this error when simulating the ALTFP_LOG IP.

Resolution

To work around this problem, comment out the sclr port in the file,  <ALTFP_LOG IP name>.v:

altsquare   squarer

(

.aclr(aclr),

.clock(clock),

.data(squarerIn),

.ena(clk_en),

.result(wire_squarer_result)

`ifndef FORMAL_VERIFICATION

// synopsys translate_off

`endif

//,

//.sclr(1'b0)

`ifndef FORMAL_VERIFICATION

// synopsys translate_on

`endif

);

This problem is scheduled to be fixed in a future release of the Quartus Prime Standard Edition software.

Related Products

This article applies to 1 products

Intel® Programmable Devices

1