forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendorize CVA6 core submodules (common_cells, FPU with related sub-mo…
…dules) (openhwgroup#1007)
- Loading branch information
Showing
188 changed files
with
25,749 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
// Author: Michael Schaffner <[email protected]>, ETH Zurich | ||
// Date: 15.08.2018 | ||
// Description: File list for OpenPiton flow | ||
+incdir+common/submodules/common_cells/include/ | ||
+incdir+vendor/pulp-platform/common_cells/include/ | ||
+incdir+common/local/util/ | ||
+incdir+corev_apu/register_interface/include/ | ||
|
||
|
@@ -28,27 +28,27 @@ corev_apu/axi/src/axi_pkg.sv | |
core/include/ariane_axi_pkg.sv | ||
core/include/wt_cache_pkg.sv | ||
core/include/axi_intf.sv | ||
core/fpu/src/fpnew_pkg.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_pkg.sv | ||
core/include/cvxif_pkg.sv | ||
common/submodules/common_cells/src/cf_math_pkg.sv | ||
vendor/pulp-platform/common_cells/src/cf_math_pkg.sv | ||
core/include/instr_tracer_pkg.sv | ||
core/cvxif_example/include/cvxif_instr_pkg.sv | ||
corev_apu/rv_plic/rtl/rv_plic_reg_pkg.sv | ||
common/local/util/sram.sv | ||
common/submodules/common_cells/src/deprecated/rrarbiter.sv | ||
common/submodules/common_cells/src/deprecated/fifo_v1.sv | ||
common/submodules/common_cells/src/deprecated/fifo_v2.sv | ||
common/submodules/common_cells/src/fifo_v3.sv | ||
common/submodules/common_cells/src/shift_reg.sv | ||
common/submodules/common_cells/src/lfsr_8bit.sv | ||
common/submodules/common_cells/src/lfsr.sv | ||
common/submodules/common_cells/src/lzc.sv | ||
common/submodules/common_cells/src/exp_backoff.sv | ||
common/submodules/common_cells/src/rr_arb_tree.sv | ||
common/submodules/common_cells/src/rstgen_bypass.sv | ||
common/submodules/common_cells/src/cdc_2phase.sv | ||
common/submodules/common_cells/src/unread.sv | ||
common/submodules/common_cells/src/popcount.sv | ||
vendor/pulp-platform/common_cells/src/deprecated/rrarbiter.sv | ||
vendor/pulp-platform/common_cells/src/deprecated/fifo_v1.sv | ||
vendor/pulp-platform/common_cells/src/deprecated/fifo_v2.sv | ||
vendor/pulp-platform/common_cells/src/fifo_v3.sv | ||
vendor/pulp-platform/common_cells/src/shift_reg.sv | ||
vendor/pulp-platform/common_cells/src/lfsr_8bit.sv | ||
vendor/pulp-platform/common_cells/src/lfsr.sv | ||
vendor/pulp-platform/common_cells/src/lzc.sv | ||
vendor/pulp-platform/common_cells/src/exp_backoff.sv | ||
vendor/pulp-platform/common_cells/src/rr_arb_tree.sv | ||
vendor/pulp-platform/common_cells/src/rstgen_bypass.sv | ||
vendor/pulp-platform/common_cells/src/cdc_2phase.sv | ||
vendor/pulp-platform/common_cells/src/unread.sv | ||
vendor/pulp-platform/common_cells/src/popcount.sv | ||
corev_apu/axi_mem_if/src/axi2mem.sv | ||
corev_apu/src/tech_cells_generic/src/deprecated/cluster_clk_cells.sv | ||
corev_apu/src/tech_cells_generic/src/deprecated/pulp_clk_cells.sv | ||
|
@@ -132,31 +132,31 @@ corev_apu/fpga/src/axi_slice/src/axi_r_buffer.sv | |
corev_apu/fpga/src/axi_slice/src/axi_aw_buffer.sv | ||
corev_apu/register_interface/src/apb_to_reg.sv | ||
corev_apu/register_interface/src/reg_intf.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/defs_div_sqrt_mvp.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/control_mvp.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/div_sqrt_mvp_wrapper.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/div_sqrt_top_mvp.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/iteration_div_sqrt_mvp.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/norm_div_sqrt_mvp.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/nrbd_nrsc_mvp.sv | ||
core/fpu/src/fpu_div_sqrt_mvp/hdl/preprocess_mvp.sv | ||
core/fpu/src/fpnew_cast_multi.sv | ||
core/fpu/src/fpnew_classifier.sv | ||
core/fpu/src/fpnew_divsqrt_multi.sv | ||
core/fpu/src/fpnew_fma_multi.sv | ||
core/fpu/src/fpnew_fma.sv | ||
core/fpu/src/fpnew_noncomp.sv | ||
core/fpu/src/fpnew_opgroup_block.sv | ||
core/fpu/src/fpnew_opgroup_fmt_slice.sv | ||
core/fpu/src/fpnew_opgroup_multifmt_slice.sv | ||
core/fpu/src/fpnew_rounding.sv | ||
core/fpu/src/fpnew_top.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/defs_div_sqrt_mvp.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/control_mvp.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/div_sqrt_mvp_wrapper.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/div_sqrt_top_mvp.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/iteration_div_sqrt_mvp.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/norm_div_sqrt_mvp.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/nrbd_nrsc_mvp.sv | ||
vendor/pulp-platform/fpnew/src/fpu_div_sqrt_mvp/hdl/preprocess_mvp.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_cast_multi.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_classifier.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_divsqrt_multi.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_fma_multi.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_fma.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_noncomp.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_opgroup_block.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_opgroup_fmt_slice.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_opgroup_multifmt_slice.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_rounding.sv | ||
vendor/pulp-platform/fpnew/src/fpnew_top.sv | ||
core/pmp/src/pmp.sv | ||
core/pmp/src/pmp_entry.sv | ||
common/local/util/instr_tracer.sv | ||
common/local/util/instr_tracer_if.sv | ||
core/cvxif_example/cvxif_example_coprocessor.sv | ||
core/cvxif_example/instr_decoder.sv | ||
common/submodules/common_cells/src/counter.sv | ||
common/submodules/common_cells/src/delta_counter.sv | ||
vendor/pulp-platform/common_cells/src/counter.sv | ||
vendor/pulp-platform/common_cells/src/delta_counter.sv | ||
core/cvxif_fu.sv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.