Skip to content

Commit

Permalink
axi_to_detailed_mem: Fix qos in meta struct
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Jul 5, 2023
1 parent fcefef5 commit 2255665
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/axi_to_detailed_mem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ module axi_to_detailed_mem #(
mem_user_t user;
axi_pkg::cache_t cache;
axi_pkg::prot_t prot;
axi_pkg::qos_t qos;
axi_pkg::region_t region;
} meta_t;

Expand Down Expand Up @@ -196,7 +195,6 @@ module axi_to_detailed_mem #(
user: axi_req_i.ar.user,
cache: axi_req_i.ar.cache,
prot: axi_req_i.ar.prot,
qos: axi_req_i.ar.qos,
region: axi_req_i.ar.region
};
rd_meta = rd_meta_d;
Expand Down Expand Up @@ -245,7 +243,6 @@ module axi_to_detailed_mem #(
user: axi_req_i.aw.user,
cache: axi_req_i.aw.cache,
prot: axi_req_i.aw.prot,
qos: axi_req_i.aw.qos,
region: axi_req_i.aw.region
};
wr_meta = wr_meta_d;
Expand Down

0 comments on commit 2255665

Please sign in to comment.