From a3cedd99209990e5499b8839941860c403c68cb5 Mon Sep 17 00:00:00 2001 From: JeanRochCoulon Date: Thu, 28 Sep 2023 12:06:14 +0200 Subject: [PATCH] [HOT FIX] fix synthesis job A bad operation lead to update directly master while the idea was to create a PR. The synthesis is broken. Try to fix it with this hot fix --- core/cva6.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cva6.sv b/core/cva6.sv index 3738d15ab2..f1802f10f5 100644 --- a/core/cva6.sv +++ b/core/cva6.sv @@ -15,7 +15,7 @@ module cva6 import ariane_pkg::*; #( // CVA6 config - parameter config_pkg::cva6_cfg_t CVA6Cfg = config_pkg::cva6_cfg, + parameter config_pkg::cva6_cfg_t CVA6Cfg = cva6_config_pkg::cva6_cfg, parameter bit IsRVFI = bit'(cva6_config_pkg::CVA6ConfigRvfiTrace), // RVFI parameter type rvfi_instr_t = struct packed {