cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

Top-level configuration structures for CVA6

Open MikeOpenHWGroup opened this issue 4 years ago • 0 comments

The CVA6 Specification identifies four "golden configurations":

  1. cv32a6_imacf_sv32_fpga
  2. cv32a6_imac_sv32_fpga
  3. cv64a6_imacfd_sv39
  4. cv32a6_imac_sv0

Each of these configurations should be easily implemented via a single parameter structure passed to the top-level module of CVA6. Currently, there is only one top-level configuration, called ArianeDefaultConfig. Ideally, there should be a set of four such configuration structures, one per "golden configurations" as described in the Specification.

MikeOpenHWGroup avatar Oct 01 '21 13:10 MikeOpenHWGroup