Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-108 committed Dec 24, 2024
1 parent 5bf4c64 commit 69839bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/id_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ module id_stage #(
assign jump_address = '0;
assign is_last_macro_instr_o = '0;
assign is_double_rd_macro_instr_o = '0;
assign is_zcmt = '0;
if (CVA6Cfg.CvxifEn) begin
assign compressed_valid_o = '0;
assign compressed_req_o.instr = '0;
Expand Down
2 changes: 1 addition & 1 deletion core/zcmt_decoder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module zcmt_decoder #(
output dcache_req_i_t req_port_o,
// jump_address
output logic [ 31:0] jump_address_o,
output logic is_zcmt_o
output logic is_zcmt_o
);

// FSM States
Expand Down

0 comments on commit 69839bd

Please sign in to comment.