Skip to content

Commit

Permalink
[soc_proxy/rtl] Add missing comma to fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Kurth <[email protected]>
  • Loading branch information
andreaskurth committed Feb 7, 2025
1 parent 8d1721e commit f1f646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/top_darjeeling/ip/soc_proxy/rtl/soc_proxy.sv
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module soc_proxy
bat u_bat (
.tl_in_h2d_i ( muxed_host_tl_h2d ),
.tl_in_d2h_o ( muxed_host_tl_d2h ),
.integrator_id_i ( integrator_id_i )
.integrator_id_i ( integrator_id_i ),
.tl_out_h2d_o ( ctn_tl_h2d_o ),
.tl_out_d2h_i ( ctn_tl_d2h_i )
);
Expand Down

0 comments on commit f1f646a

Please sign in to comment.