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 135eaf3 commit 6b2fcca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/cache_subsystem/cva6_hpdcache_if_adapter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ module cva6_hpdcache_if_adapter
hpdcache_req_addr_t amo_addr;
hpdcache_req_offset_t amo_addr_offset;
hpdcache_tag_t amo_tag;
logic amo_is_word, amo_is_word_hi;
logic [63:0] amo_data;
logic [7:0] amo_data_be;
hpdcache_req_op_t amo_op;
logic [31:0] amo_resp_word;
logic amo_pending_q;
logic amo_is_word, amo_is_word_hi;
logic [63:0] amo_data;
logic [ 7:0] amo_data_be;
hpdcache_req_op_t amo_op;
logic [31:0] amo_resp_word;
logic amo_pending_q;

// AMO logic
// {{{
Expand Down

0 comments on commit 6b2fcca

Please sign in to comment.