Skip to content

Commit

Permalink
Remove unneeded assignment
Browse files Browse the repository at this point in the history
Internal-tag: [#62517]
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Aug 14, 2024
1 parent 2676110 commit f2d82b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/el2_pmp.sv
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module el2_pmp
el2_pmp_type_pkt_t pmp_req_type,
logic priv_mode,
logic permission_check);
logic result = 1'b0;
logic result;
logic unused_cfg = |csr_pmp_cfg.mode;

if (!csr_pmp_cfg.read && csr_pmp_cfg.write) begin
Expand Down

0 comments on commit f2d82b6

Please sign in to comment.