Skip to content

Added fixes for Errors/Warnings for compiling with xcelium on CVA6

Eclipse Webmaster requested to merge github/fork/OttG/xrun-fixes into master

Created by: OttG

List of Error Fixed for xrun command:

  • In ariane_pkg.sv and riscv_pkg.sv the slicing of an enumeration constant is illegal for xcelium. The size of MODE_SV has been fixed to the size of vm_mode_t which removes the need for slicing;
  • In pmp.sv assigning the port conf_addr_prev_i of pmp_entry with a ternary operator caused an error. The assignment has been done outside the pmp_entry module.

Warnings:

  • In ariane_pkg.sv removed extra semicolons at the end of endfunctions.

Merge request reports

Loading