Skip to content

Commit

Permalink
Update core/zcmp_decoder.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
rohan-10xe and github-actions[bot] authored Feb 3, 2024
1 parent 18520ea commit bb170df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/zcmp_decoder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ module zcmp_decoder #(
parameter config_pkg::cva6_cfg_t CVA6Cfg = config_pkg::cva6_cfg_empty
) (
input logic [31:0] instr_i,
input logic clk_i, // Clock
input logic rst_ni, // Synchronous reset
input logic is_zcmp_instr_i, // Intruction is of zcmp extension
input logic illegal_instr_i, // From compressed decoder
input logic clk_i, // Clock
input logic rst_ni, // Synchronous reset
input logic is_zcmp_instr_i, // Intruction is of zcmp extension
input logic illegal_instr_i, // From compressed decoder
input logic is_compressed_i,
input logic issue_ack_i, // Check if the intruction is acknowledged
output logic [31:0] instr_o,
Expand Down

0 comments on commit bb170df

Please sign in to comment.