Skip to content

Commit

Permalink
[HOT FIX] fix synthesis job (#1487)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JeanRochCoulon authored Sep 28, 2023
1 parent 7c37510 commit 16f58c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 16f58c8

Please sign in to comment.