Keywords: trim, trimming
Some logic is trimmed as unused from my design starting with a RAM component whose SPO output feeds back to the input; this causes the following error to occur:
"ERROR:MapLib:820 - LUT2 symbol "b2.rp_3_i_m2[0]" (output signal=rp_3_i_m2(0))
has an equation that uses input pin I0, which no longer has a connected
signal. Please ensure that all the pins used in the equation for this LUT
have signals that are not trimmed (see trim report for details on which
signals were trimmed)."
Since the DPO output is used elsewhere in the design, why does this trimming occur?