Skip to content

Commit

Permalink
Merge pull request #11 from pulp-platform/michaero/fix_cut
Browse files Browse the repository at this point in the history
Fix obi_cut syntax error
  • Loading branch information
micprog authored Aug 15, 2024
2 parents 9597f0a + f00d59b commit 5ab786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obi_cut.sv
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module obi_cut #(
.data_i ( mgr_port_rsp_i.r ),
.valid_o ( sbr_port_rsp_o.rvalid ),
.ready_i ( ObiCfg.UseRReady ? sbr_port_req_i.rready : 1'b1 ),
.data_o ( sbr_ports_rsp_o.r )
.data_o ( sbr_port_rsp_o.r )
);

endmodule

0 comments on commit 5ab786b

Please sign in to comment.