-
Notifications
You must be signed in to change notification settings - Fork 52
/
cv32e40x_manifest.flist
83 lines (80 loc) · 3.34 KB
/
cv32e40x_manifest.flist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
///////////////////////////////////////////////////////////////////////////////
//
// Copyright 2020 OpenHW Group
//
// Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://solderpad.org/licenses/
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////
//
// Manifest for the CV32E40P RTL model.
// - Intended to be used by both synthesis and simulation.
// - Relevent synthesis and simulation scripts/Makefiles must set the shell
// ENV variable DESIGN_RTL_DIR as required.
//
///////////////////////////////////////////////////////////////////////////////
+incdir+${DESIGN_RTL_DIR}/include
+incdir+${DESIGN_RTL_DIR}/../bhv
+incdir+${DESIGN_RTL_DIR}/../bhv/include
+incdir+${DESIGN_RTL_DIR}/../sva
${DESIGN_RTL_DIR}/include/cv32e40x_pkg.sv
${DESIGN_RTL_DIR}/cv32e40x_if_c_obi.sv
${DESIGN_RTL_DIR}/cv32e40x_if_xif.sv
${DESIGN_RTL_DIR}/../bhv/include/cv32e40x_rvfi_pkg.sv
${DESIGN_RTL_DIR}/../bhv/cv32e40x_wrapper.sv
${DESIGN_RTL_DIR}/cv32e40x_align_check.sv
${DESIGN_RTL_DIR}/cv32e40x_if_stage.sv
${DESIGN_RTL_DIR}/cv32e40x_csr.sv
${DESIGN_RTL_DIR}/cv32e40x_debug_triggers.sv
${DESIGN_RTL_DIR}/cv32e40x_cs_registers.sv
${DESIGN_RTL_DIR}/cv32e40x_register_file.sv
${DESIGN_RTL_DIR}/cv32e40x_register_file_wrapper.sv
${DESIGN_RTL_DIR}/cv32e40x_write_buffer.sv
${DESIGN_RTL_DIR}/cv32e40x_lsu_response_filter.sv
${DESIGN_RTL_DIR}/cv32e40x_load_store_unit.sv
${DESIGN_RTL_DIR}/cv32e40x_id_stage.sv
${DESIGN_RTL_DIR}/cv32e40x_i_decoder.sv
${DESIGN_RTL_DIR}/cv32e40x_m_decoder.sv
${DESIGN_RTL_DIR}/cv32e40x_a_decoder.sv
${DESIGN_RTL_DIR}/cv32e40x_b_decoder.sv
${DESIGN_RTL_DIR}/cv32e40x_decoder.sv
${DESIGN_RTL_DIR}/cv32e40x_compressed_decoder.sv
${DESIGN_RTL_DIR}/cv32e40x_sequencer.sv
${DESIGN_RTL_DIR}/cv32e40x_alignment_buffer.sv
${DESIGN_RTL_DIR}/cv32e40x_prefetch_unit.sv
${DESIGN_RTL_DIR}/cv32e40x_mult.sv
${DESIGN_RTL_DIR}/cv32e40x_int_controller.sv
${DESIGN_RTL_DIR}/cv32e40x_clic_int_controller.sv
${DESIGN_RTL_DIR}/cv32e40x_ex_stage.sv
${DESIGN_RTL_DIR}/cv32e40x_wb_stage.sv
${DESIGN_RTL_DIR}/cv32e40x_div.sv
${DESIGN_RTL_DIR}/cv32e40x_alu.sv
${DESIGN_RTL_DIR}/cv32e40x_ff_one.sv
${DESIGN_RTL_DIR}/cv32e40x_popcnt.sv
${DESIGN_RTL_DIR}/cv32e40x_alu_b_cpop.sv
${DESIGN_RTL_DIR}/cv32e40x_controller_fsm.sv
${DESIGN_RTL_DIR}/cv32e40x_controller_bypass.sv
${DESIGN_RTL_DIR}/cv32e40x_controller.sv
${DESIGN_RTL_DIR}/cv32e40x_instr_obi_interface.sv
${DESIGN_RTL_DIR}/cv32e40x_data_obi_interface.sv
${DESIGN_RTL_DIR}/cv32e40x_prefetcher.sv
${DESIGN_RTL_DIR}/cv32e40x_sleep_unit.sv
${DESIGN_RTL_DIR}/cv32e40x_core.sv
${DESIGN_RTL_DIR}/cv32e40x_mpu.sv
${DESIGN_RTL_DIR}/cv32e40x_pma.sv
${DESIGN_RTL_DIR}/cv32e40x_pc_target.sv
${DESIGN_RTL_DIR}/cv32e40x_wpt.sv
${DESIGN_RTL_DIR}/../bhv/cv32e40x_sim_clock_gate.sv
${DESIGN_RTL_DIR}/../bhv/cv32e40x_rvfi_instr_obi.sv
${DESIGN_RTL_DIR}/../bhv/cv32e40x_rvfi_data_obi.sv
${DESIGN_RTL_DIR}/../bhv/cv32e40x_rvfi.sv
${DESIGN_RTL_DIR}/../bhv/cv32e40x_rvfi_sim_trace.sv