You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fix below compilation warning in next release.
2025-01-13 18:03:14 [WARNING]: Matched non-excluded rule 'Warning': error in the following text:
Warning-[TFIPC] Too few instance port connections
/home/ws/caliptra/pateln/caliptra_ws_250110/chipsalliance/caliptra-ss/src/i3c-core/../../third_party/i3c-core/src/recovery/recovery_handler.sv, 937
recovery_handler, "read_queue #(.Depth(IndirectFifoDepth), .DataWidth(CsrDataWidth)) xindirect_rx_fifo( .clk_i (clk_i), .rst_ni (rst_ni), .wvalid_i (indirect_rx_wvalid), .wready_o (indirect_rx_wready), .wdata_i (indirect_rx_wdata), .req_i (indirect_rx_rreq), .ack_o (indirect_rx_rack), .data_o (indirect_rx_rdata), .reg_rst_i (indirect_rx_clr), .full_o (indirect_rx_full), .empty_o (indirect_rx_empty), .start_thld_i ('0), .ready_thld_i ('0));"
The above instance has fewer port connections than the module definition.
Please use '+lint=TFIPC-L' to print out detailed information of unconnected
ports.
The text was updated successfully, but these errors were encountered:
Please fix below compilation warning in next release.
2025-01-13 18:03:14 [WARNING]: Matched non-excluded rule 'Warning': error in the following text:
Warning-[TFIPC] Too few instance port connections
/home/ws/caliptra/pateln/caliptra_ws_250110/chipsalliance/caliptra-ss/src/i3c-core/../../third_party/i3c-core/src/recovery/recovery_handler.sv, 937
recovery_handler, "read_queue #(.Depth(IndirectFifoDepth), .DataWidth(CsrDataWidth)) xindirect_rx_fifo( .clk_i (clk_i), .rst_ni (rst_ni), .wvalid_i (indirect_rx_wvalid), .wready_o (indirect_rx_wready), .wdata_i (indirect_rx_wdata), .req_i (indirect_rx_rreq), .ack_o (indirect_rx_rack), .data_o (indirect_rx_rdata), .reg_rst_i (indirect_rx_clr), .full_o (indirect_rx_full), .empty_o (indirect_rx_empty), .start_thld_i ('0), .ready_thld_i ('0));"
The above instance has fewer port connections than the module definition.
Please use '+lint=TFIPC-L' to print out detailed information of unconnected
ports.
The text was updated successfully, but these errors were encountered: