Skip to content

Commit cb1ef3a

Browse files
committed
removing duplication B response code
Change-Id: I6cb30c90351809af87cada4da17defcf0a5df8cf
1 parent d96c517 commit cb1ef3a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

hdk/common/verif/models/sh_bfm/sh_bfm.sv

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -761,23 +761,6 @@ typedef struct {
761761

762762
end
763763

764-
always @(posedge clk_core) begin
765-
sh_cl_pcis_bready[0] <= 1'b1;
766-
end
767-
768-
always @(posedge clk_core) begin
769-
AXI_Command resp;
770-
771-
if (cl_sh_pcis_bvalid[0] & sh_cl_pcis_bready) begin
772-
resp.resp = cl_sh_pcis_bresp[0];
773-
resp.id = cl_sh_pcis_bid[0];
774-
775-
cl_sh_b_resps.push_back(resp);
776-
end
777-
778-
end
779-
780-
781764
//
782765
// sh->cl Address Read Channel
783766
//

0 commit comments

Comments
 (0)