Skip to content

Commit aaa9d29

Browse files
mkurc-antkgugala
authored andcommitted
Send 1 after target address when sending an IBI
Internal-tag: [#76483] Signed-off-by: Maciej Kurc <[email protected]>
1 parent 35251ed commit aaa9d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ctrl/ibi.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module ibi (
189189
case (state_q)
190190
DriveAddr: begin
191191
bus_tx_req_byte_o = 1'b1;
192-
bus_tx_req_value_o = {target_ibi_addr_i, 1'b0};
192+
bus_tx_req_value_o = {target_ibi_addr_i, 1'b1};
193193
end
194194
ReadAck: begin
195195
bus_rx_req_bit_o = 1'b1;

0 commit comments

Comments
 (0)