-
Notifications
You must be signed in to change notification settings - Fork 5
/
src_files.yml
63 lines (62 loc) · 1.54 KB
/
src_files.yml
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
fpu_interco_cluster_mentor:
sim_tools: [
questa
]
synth_tools: [
mentor
]
vlog_opts: [
-L fpnew_lib,
]
incdirs: [
../riscv/rtl/include,
]
files: [
../riscv/rtl/include/riscv_defines.sv,
FP_WRAP/fp_iter_divsqrt_msv_wrapper_2_STAGE.sv,
FP_WRAP/fpnew_wrapper.sv,
RTL/AddressDecoder_Req_FPU.sv,
RTL/AddressDecoder_Resp_FPU.sv,
RTL/ArbitrationTree_FPU.sv,
RTL/FanInPrimitive_Req_FPU.sv,
RTL/FanInPrimitive_Resp_FPU.sv,
RTL/optimal_alloc.sv,
RTL/FPU_clock_gating.sv,
RTL/LFSR_FPU.sv,
RTL/RequestBlock_FPU.sv,
RTL/ResponseBlock_FPU.sv,
RTL/ResponseTree_FPU.sv,
RTL/RR_Flag_Req_FPU.sv,
RTL/shared_fpu_cluster.sv,
RTL/fpu_demux.sv,
RTL/XBAR_FPU.sv,
]
fpu_interco_cluster_cadence:
sim_tools: [
xcelium
]
synth_tools: [
genus
]
incdirs: [
../riscv/rtl/include,
]
files: [
FP_WRAP/fp_iter_divsqrt_msv_wrapper_2_STAGE.sv,
FP_WRAP/fpnew_wrapper.sv,
RTL/AddressDecoder_Req_FPU.sv,
RTL/AddressDecoder_Resp_FPU.sv,
RTL/ArbitrationTree_FPU.sv,
RTL/FanInPrimitive_Req_FPU.sv,
RTL/FanInPrimitive_Resp_FPU.sv,
RTL/optimal_alloc.sv,
RTL/FPU_clock_gating.sv,
RTL/LFSR_FPU.sv,
RTL/RequestBlock_FPU.sv,
RTL/ResponseBlock_FPU.sv,
RTL/ResponseTree_FPU.sv,
RTL/RR_Flag_Req_FPU.sv,
RTL/shared_fpu_cluster.sv,
RTL/fpu_demux.sv,
RTL/XBAR_FPU.sv,
]