From e4f1afe376ec6e4702972ceb63850fc218d37254 Mon Sep 17 00:00:00 2001 From: Farhan Ali Date: Tue, 7 Jan 2025 13:38:19 +0500 Subject: [PATCH] fixing spyglass warning --- core/id_stage.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/id_stage.sv b/core/id_stage.sv index c24bc68389..6500c7ba18 100644 --- a/core/id_stage.sv +++ b/core/id_stage.sv @@ -190,7 +190,7 @@ module id_stage #( .req_port_o (dcache_req_ports_o), .jump_address_o (jump_address) ); - end + end else assign jump_address = '0; assign instruction_cvxif[0] = is_zcmt_instr[0] ? instruction_cvxif_zcmt : instruction_cvxif_zcmp; assign is_illegal_cvxif[0] = is_zcmt_instr[0] ? is_illegal_cvxif_zcmt : is_illegal_cvxif_zcmp; @@ -249,6 +249,7 @@ module id_stage #( ); assign is_last_macro_instr_o = '0; assign is_double_rd_macro_instr_o = '0; + assign jump_address = '0; end end else begin for (genvar i = 0; i < CVA6Cfg.NrIssuePorts; i++) begin