Skip to content

Commit 113f6f1

Browse files
Include ahb_if only in AHB configuration
1 parent a85a2bc commit 113f6f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hci/ahb_if.sv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0
22

3+
`ifdef I3C_USE_AHB
34
module ahb_if
45
import I3CCSR_pkg::I3CCSR_DATA_WIDTH;
56
import I3CCSR_pkg::I3CCSR_MIN_ADDR_WIDTH;
@@ -128,3 +129,4 @@ module ahb_if
128129
end
129130
end
130131
endmodule
132+
`endif

0 commit comments

Comments
 (0)