mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 05:17:12 -04:00
Remove HWLP signals from core.sv
This commit is contained in:
parent
6432e4b051
commit
5307658e69
1 changed files with 3 additions and 0 deletions
|
@ -90,8 +90,11 @@ module riscv_core
|
|||
localparam N_HWLP_BITS = $clog2(N_HWLP);
|
||||
|
||||
// IF/ID signals
|
||||
// CONFIG_REGION: HWL_SUPPORT
|
||||
`ifdef HWL_SUPPORT
|
||||
logic is_hwlp_id;
|
||||
logic [N_HWLP-1:0] hwlp_dec_cnt_id;
|
||||
`endif // HWL_SUPPORT
|
||||
logic instr_valid_id;
|
||||
logic [31:0] instr_rdata_id; // Instruction sampled inside IF stage
|
||||
logic is_compressed_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue