From c2c4f5316d126798466046dd54207c22e607ada9 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sun, 24 Aug 2025 11:26:25 -0700 Subject: [PATCH] xfcp: Fix width Signed-off-by: Alex Forencich --- src/xfcp/rtl/taxi_xfcp_mod_i2c_master.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfcp/rtl/taxi_xfcp_mod_i2c_master.sv b/src/xfcp/rtl/taxi_xfcp_mod_i2c_master.sv index d8f5b09..44bb53e 100644 --- a/src/xfcp/rtl/taxi_xfcp_mod_i2c_master.sv +++ b/src/xfcp/rtl/taxi_xfcp_mod_i2c_master.sv @@ -220,7 +220,7 @@ always_comb begin STATE_IDLE: begin // idle, wait for start of packet xfcp_usp_ds_tready_next = xfcp_usp_us_tready_int_early; - id_ptr_next = 5'd0; + id_ptr_next = '0; if (xfcp_usp_ds.tready && xfcp_usp_ds.tvalid) begin if (xfcp_usp_ds.tlast) begin