forked from openhwgroup/core-v-mcu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
core-v-mcu-emul.core
executable file
·95 lines (83 loc) · 2.26 KB
/
core-v-mcu-emul.core
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
84
85
86
87
88
89
90
91
92
93
94
95
CAPI=2:
# Copyright 2021 OpenHW Group
# Solderpad Hardware License, Version 2.1, see LICENSE.md for details.
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
name: openhwgroup.org:systems:core-v-mcu-emul
description: CORE-V MCU Emulation Top.
filesets:
emulation-rtl:
depend:
- openhwgroup.org:systems:core-v-mcu
- pulp-platform.org::tech_cells_xilinx
files:
- emulation/xilinx/rtl/cv32e40p_clock_gate.sv
- emulation/xilinx/rtl/fpga_bootrom.sv
- emulation/xilinx/rtl/fpga_clk_gen.sv
- emulation/xilinx/rtl/fpga_interleaved_ram.sv
- emulation/xilinx/rtl/fpga_private_ram.sv
- emulation/xilinx/rtl/fpga_slow_clk_gen.sv
- emulation/xilinx/rtl/pad_functional_xilinx.sv
- emulation/xilinx/rtl/pulp_clock_gating_xilinx.sv
- emulation/xilinx/rtl/xilinx_core_v_mcu.v
file_type: systemVerilogSource
genesys2-xdc:
files:
- constraints/genesys2.xdc
file_type: xdc
genesys2-cfg:
files:
- fpga/genesys2.tcl
file_type: tclSource
nexys-xdc:
files:
- emulation/core-v-mcu-nexys/constraints/core-v-mcu-pin-assignment.xdc
file_type: xdc
nexys-cfg:
files:
- emulation/core-v-mcu-nexys/tcl/common.tcl
- emulation/core-v-mcu-nexys/tcl/flatten.tcl
file_type: tclSource
xilinx-ips:
files:
- emulation/xilinx/ips/xilinx_clk_mngr.tcl
- emulation/xilinx/ips/xilinx_slow_clk_mngr.tcl
- emulation/xilinx/ips/xilinx_interleaved_ram.tcl
- emulation/xilinx/ips/xilinx_private_ram.tcl
file_type: tclSource
parameters:
PULP_FPGA_EMUL:
datatype: bool
paramtype: vlogdefine
default: true
targets:
default: &default
filesets:
- emulation-rtl
- xilinx-ips
toplevel: xilinx_core_v_mcu
genesys2:
default_tool: vivado
parameters: [PULP_FPGA_EMUL=true]
description: Digilent Genesys2 Board
filesets:
- files-rtl
- genesys2-cfg
- genesys2-xdc
- xilinx-ips
tools:
vivado:
part: xc7k325tffg900-2
toplevel: xilinx_core_v_mcu
nexys-a7-100t:
<<: *default
default_tool: vivado
description: Digilent Nexys-A7-100T Board
parameters:
- PULP_FPGA_EMUL=true
filesets_append:
- nexys-cfg
- nexys-xdc
tools:
vivado:
part: xc7a100tcsg324-1
toplevel: xilinx_core_v_mcu