Skip to content

Commit

Permalink
Update core/cache_subsystem/cva6_hpdcache_if_adapter.sv
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Cesar Fuguet and github-actions[bot] authored Feb 16, 2024
1 parent 6b2fcca commit ba3ebbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/cache_subsystem/cva6_hpdcache_if_adapter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ module cva6_hpdcache_if_adapter
: hpdcache_rsp_i.rdata[0];
// }}}

always_ff @(posedge clk_i or negedge rst_ni)
begin : amo_pending_ff
always_ff @(posedge clk_i or negedge rst_ni) begin : amo_pending_ff
if (!rst_ni) begin
amo_pending_q <= 1'b0;
end else begin
Expand Down

0 comments on commit ba3ebbf

Please sign in to comment.