Skip to content

Commit

Permalink
Use CVA6ConfigRvfiTrace also in ariane_soc_pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Zaruba <[email protected]>
  • Loading branch information
zarubaf committed Jul 26, 2023
1 parent 1ef5e75 commit 34f24be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corev_apu/tb/ariane_soc_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ package ariane_soc;
// cva6 configuration
localparam ariane_pkg::cva6_cfg_t CVA6SoCCfg = '{
NrCommitPorts: cva6_config_pkg::CVA6ConfigNrCommitPorts,
IsRVFI: 0,
IsRVFI: cva6_config_pkg::CVA6ConfigRvfiTrace,
AxiAddrWidth: cva6_config_pkg::CVA6ConfigAxiAddrWidth,
AxiDataWidth: cva6_config_pkg::CVA6ConfigAxiDataWidth,
AxiIdWidth: cva6_config_pkg::CVA6ConfigAxiIdWidth,
Expand Down

0 comments on commit 34f24be

Please sign in to comment.