We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02ad83 commit ba13d99Copy full SHA for ba13d99
rtl/hwpe_ctrl_slave.sv
@@ -38,7 +38,9 @@ module hwpe_ctrl_slave
38
39
input ctrl_slave_t ctrl_i,
40
output flags_slave_t flags_o,
41
- output ctrl_regfile_t reg_file
+ output ctrl_regfile_t reg_file,
42
+
43
+ output logic [LOG_CONTEXT:0] counter_pending
44
);
45
46
localparam int unsigned N_REGISTERS = REGFILE_N_REGISTERS;
@@ -61,7 +63,6 @@ module hwpe_ctrl_slave
61
63
logic [N_CONTEXT-1:0][$clog2(N_CORES)-1:0] offloading_core;
62
64
logic [LOG_CONTEXT-1:0] pointer_context;
65
logic [LOG_CONTEXT-1:0] running_context;
- logic [LOG_CONTEXT :0] counter_pending;
66
67
logic [3:0] s_enable_after;
68
logic [1:0] s_clear;
0 commit comments