pcie: Fix width cast

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-02-24 14:26:42 -08:00
parent 8b925954ef
commit 5545602a26

View File

@@ -146,7 +146,7 @@ always_comb begin
end
end else if (cfg_ext_register_number == 10'(EXT_CAP_OFFSET >> 2)+3) begin
data_next = DATA_W'(cfg_ext_write_data);
strb_next = DATA_W'(cfg_ext_write_byte_enable);
strb_next = STRB_W'(cfg_ext_write_byte_enable);
end
end
end