mirror of
https://github.com/fpganinja/taxi.git
synced 2026-02-27 21:45:09 -08:00
pcie: Fix width cast
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user