File tree Expand file tree Collapse file tree 7 files changed +18
-19
lines changed
i3c_controller_host_interface Expand file tree Collapse file tree 7 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
- # # Copyright (C) 2024 Analog Devices, Inc. All rights reserved.
2
+ # # Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
3
3
# ## SPDX short identifier: ADIBSD
4
4
# ##############################################################################
5
5
@@ -34,8 +34,8 @@ proc p_elaboration {} {
34
34
35
35
# clock and reset interface
36
36
37
- ad_interface clock clk input 1
38
- ad_interface reset reset_n input 1 if_clk
37
+ ad_interface clock clk input 1
38
+ ad_interface reset-n reset_n input 1 if_clk
39
39
40
40
add_interface sdo axi4stream end
41
41
add_interface_port sdo sdo_ready tready output 1
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
- # # Copyright (C) 2024 Analog Devices, Inc. All rights reserved.
2
+ # # Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
3
3
# ## SPDX short identifier: ADIBSD
4
4
# ##############################################################################
5
5
@@ -66,7 +66,7 @@ proc p_elaboration {} {
66
66
set if_clk if_clk
67
67
}
68
68
69
- ad_interface reset reset_n output 1 $if_clk
69
+ ad_interface reset-n reset_n output 1 $if_clk
70
70
71
71
ad_interface signal offload_trigger input 1 if_pwm
72
72
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
- # # Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved.
2
+ # # Copyright (C) 2020-2025 Analog Devices, Inc. All rights reserved.
3
3
# ## SPDX short identifier: ADIBSD
4
4
# ##############################################################################
5
5
@@ -52,7 +52,7 @@ proc p_elaboration {} {
52
52
# Microprocessor interface
53
53
54
54
ad_interface clock up_clk input 1
55
- ad_interface reset up_rstn input 1 if_up_clk
55
+ ad_interface reset-n up_rstn input 1 if_up_clk
56
56
ad_interface signal up_wreq input 1
57
57
ad_interface signal up_wack output 1
58
58
ad_interface signal up_waddr input 14
@@ -115,8 +115,8 @@ proc p_elaboration {} {
115
115
116
116
# SPI Engine interfaces
117
117
118
- ad_interface clock spi_clk input 1
119
- ad_interface reset spi_resetn output 1 if_spi_clk
118
+ ad_interface clock spi_clk input 1
119
+ ad_interface reset-n spi_resetn output 1 if_spi_clk
120
120
121
121
add_interface cmd axi4stream start
122
122
add_interface_port cmd cmd_ready tready input 1
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
- # # Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved.
2
+ # # Copyright (C) 2020-2025 Analog Devices, Inc. All rights reserved.
3
3
# ## SPDX short identifier: ADIBSD
4
4
# ##############################################################################
5
5
@@ -32,7 +32,7 @@ proc p_elaboration {} {
32
32
# clock and reset interface
33
33
34
34
ad_interface clock clk input 1
35
- ad_interface reset resetn input 1 if_clk
35
+ ad_interface reset-n resetn input 1 if_clk
36
36
37
37
ad_interface signal active output 1
38
38
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ proc p_elaboration {} {
23
23
24
24
# clock and reset interface
25
25
26
- ad_interface clock clk input 1
27
- ad_interface reset resetn input 1 if_clk
26
+ ad_interface clock clk input 1
27
+ ad_interface reset-n resetn input 1 if_clk
28
28
29
29
# interconnect direction interface
30
30
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ proc p_elaboration {} {
32
32
# control interface
33
33
34
34
ad_interface clock ctrl_clk input 1
35
- ad_interface reset spi_resetn input 1 if_spi_clk
36
35
37
36
add_interface ctrl_cmd_wr conduit end
38
37
add_interface_port ctrl_cmd_wr ctrl_cmd_wr_en wre input 1
@@ -69,8 +68,8 @@ proc p_elaboration {} {
69
68
70
69
# SPI Engine interfaces
71
70
72
- ad_interface clock spi_clk input 1
73
- ad_interface resetn spi_resetn input 1 if_spi_clk
71
+ ad_interface clock spi_clk input 1
72
+ ad_interface reset-n spi_resetn input 1 if_spi_clk
74
73
75
74
ad_interface signal trigger input 1 if_pwm
76
75
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
- # # Copyright (C) 2024 Analog Devices, Inc. All rights reserved.
2
+ # # Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
3
3
# ## SPDX short identifier: ADIBSD
4
4
# ################################################################################
5
5
@@ -27,8 +27,8 @@ proc p_elaboration {} {
27
27
28
28
# clock and reset interface
29
29
30
- ad_interface clock clk input 1
31
- ad_interface reset resetn input 1 if_clk
30
+ ad_interface clock clk input 1
31
+ ad_interface reset-n resetn input 1 if_clk
32
32
33
33
ad_interface signal spi_active input 1 active
34
34
ad_interface signal data_ready output 1 if_pwm
You can’t perform that action at this time.
0 commit comments