Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-organize CVA6 and APU (openhwgroup#725)
* Initial repository re-organization (openhwgroup#662) Initial attempt to split core from APU. Signed-off-by: MikeOpenHWGroup <[email protected]> Co-authored-by: Jean-Roch Coulon <[email protected]> Compile `corev_apu` (openhwgroup#667) * Makefile verilates corev_apu * Cleanup README * Fix URL to repo * Cleaned-up Makefile verilates corev_apu Signed-off-by: Mike Thompson <[email protected]> Add extended verification support (openhwgroup#685) * Makefile, riscv_pkg.sv: Select C64A6 or CV32A6 according to variant variable Signed-off-by: Jean-Roch Coulon <[email protected]> * add RVFI tracer and debug support New files: rvfi_pkg.sv, rvfi_tracer.sv, ariane_rvfi.pkg.sv - RVFI ports are added to ariane module - rvfi_tracer.sv is a module added in ariane-testharness.sv - RVFI_TRACE enables RVFI trace generation Co-authored-by: Florian Zaruba <[email protected]> Signed-off-by: Jean-Roch Coulon <[email protected]> * Move example_tb from cva6 to core-v-verif project Signed-off-by: Jean-Roch Coulon <[email protected]> * Makefile: remove useless rule for vsim Signed-off-by: André Sintzoff <[email protected]> * Makefile: add timescale definition when vsim is used Signed-off-by: André Sintzoff <[email protected]> * Makefile: add vcs support (fix openhwgroup#570) Signed-off-by: André Sintzoff <[email protected]> * rvfi_tracer.sv: fix compilation error raised by vcs Signed-off-by: André Sintzoff <[email protected]> * Makefile: use only 2 threads for verilator when using 4 threads, tests from riscv-compliance and riscv-tests test suite are randomly stucked with rv32ima configuration Signed-off-by: André Sintzoff <[email protected]> * Flist.cva6: cleanup for synthesis workflow Thales synthesis workflow does not manage comments at end of lines Signed-off-by: André Sintzoff <[email protected]> * Support FPGA generation - ariane_xilinx.sv: fix AXI bus expansion - .gitignore, Makefile, run.tcl: fix paths Signed-off-by: André Sintzoff <[email protected]> * riscv-dbg: update to 989389b0 (to support 32-bit CVA6 debug) Signed-off-by: André Sintzoff <[email protected]> * Create cva6_config_pkg to setup 32- or 64-bit configuration According to selected configuration, Makefile calls cv32a6_imac_sv0_config_pkg.sv or cv64a6_imac_sv39_config_pkg.sv Signed-off-by: Jean-Roch Coulon <[email protected]> * Flist, ariane_wrapper.sv: add wrapper to expand rvfi and axi structures needed for dc_shell Signed-off-by: Jean-Roch Coulon <[email protected]> * cv*a6_*_pkg.sv, riscv_pkg.sv: (Fix) Use the camel case for the localparams Signed-off-by: Jean-Roch Coulon <[email protected]> * riscv_pkg.sv: clean-up the cva6_config_pkg import Signed-off-by: Jean-Roch Coulon <[email protected]> * Makefile, ariane.sv: RVFI_TRACE define conditions RVFI port in ariane Signed-off-by: Jean-Roch Coulon <[email protected]> Co-authored-by: Jean-Roch Coulon <[email protected]> Co-authored-by: Florian Zaruba <[email protected]> * Add lfsr.sv to manifest Signed-off-by: Mike Thompson <[email protected]> * Directory re-organzation * fpga/xilinx/xlnx_axi_dwidth_converter_dm_*: move files (openhwgroup#726) into the new file organisation Signed-off-by: André Sintzoff <[email protected]> * move mmu_sv32 and mmu_sv39, move bootrom, update path (openhwgroup#729) Signed-off-by: sjthales <[email protected]> Co-authored-by: Mike Thompson <[email protected]> Co-authored-by: Jean-Roch Coulon <[email protected]> Co-authored-by: Florian Zaruba <[email protected]> Co-authored-by: sébastien jacq <[email protected]>
- Loading branch information