|
| 1 | +CAPI=2: |
| 2 | +# Copyright OpenHW Group contributors. |
| 3 | +# Licensed under the Solderpad Hardware Licence, Version 2.0 , see LICENSE for details. |
| 4 | +name: "openhw:cv32e40p:core:0.1" |
| 5 | +description: "CV32E40P is an in-order 4-stage RISC-V RV32IMFCXpulp CPU based on RI5CY from PULP-Platform" |
| 6 | + |
| 7 | +filesets: |
| 8 | + files_rtl: |
| 9 | + depend: |
| 10 | + - pulp-platform.org::fpnew |
| 11 | + files: |
| 12 | + - rtl/include/apu_macros.sv: {is_include_file: true} |
| 13 | + - rtl/include/riscv_config.sv: {is_include_file: true} |
| 14 | + - rtl/include/apu_core_package.sv |
| 15 | + - rtl/include/riscv_defines.sv |
| 16 | + - rtl/include/riscv_tracer_defines.sv |
| 17 | + - rtl/riscv_if_stage.sv |
| 18 | + - rtl/riscv_tracer.sv |
| 19 | + - rtl/cv32e40p_sim_clock_gate.sv |
| 20 | + - rtl/riscv_cs_registers.sv |
| 21 | + - rtl/riscv_register_file.sv |
| 22 | + - rtl/riscv_load_store_unit.sv |
| 23 | + - rtl/riscv_id_stage.sv |
| 24 | + - rtl/riscv_decoder.sv |
| 25 | + - rtl/riscv_compressed_decoder.sv |
| 26 | + - rtl/riscv_fetch_fifo.sv |
| 27 | + - rtl/riscv_prefetch_buffer.sv |
| 28 | + - rtl/riscv_prefetch_L0_buffer.sv |
| 29 | + - rtl/riscv_L0_buffer.sv |
| 30 | + - rtl/riscv_hwloop_regs.sv |
| 31 | + - rtl/riscv_hwloop_controller.sv |
| 32 | + - rtl/riscv_mult.sv |
| 33 | + - rtl/register_file_test_wrap.sv |
| 34 | + - rtl/riscv_int_controller.sv |
| 35 | + - rtl/riscv_ex_stage.sv |
| 36 | + - rtl/riscv_alu_div.sv |
| 37 | + - rtl/riscv_alu.sv |
| 38 | + - rtl/riscv_ff_one.sv |
| 39 | + - rtl/riscv_popcnt.sv |
| 40 | + - rtl/riscv_pmp.sv |
| 41 | + - rtl/riscv_apu_disp.sv |
| 42 | + - rtl/riscv_controller.sv |
| 43 | + - rtl/riscv_core.sv |
| 44 | + file_type: systemVerilogSource |
| 45 | + |
| 46 | +targets: |
| 47 | + default: |
| 48 | + filesets: |
| 49 | + - files_rtl |
0 commit comments