-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtta.core
More file actions
48 lines (46 loc) · 1.01 KB
/
Copy pathtta.core
File metadata and controls
48 lines (46 loc) · 1.01 KB
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
CAPI=2:
name: "::sideeffect:0.1"
description: "Moveonly TTA processor"
filesets:
files_tta:
files:
- rtl/tta.sv
- rtl/alu_unit.sv
- rtl/bus_if.sv {is_include_file:true}
- rtl/common.vh
- rtl/register_unit.sv
- rtl/sequencer.sv
- rtl/cmod_a35t_top.sv
- rtl/decoder.sv
- rtl/execute.sv
- rtl/blkram.sv
file_type: systemVerilogSource
files_cmod_constraints:
files:
- rtl/cmod-a35t-constraints.xdc
file_type: xdc
targets:
synth:
default_tool: vivado
filesets:
- files_tta
- files_cmod_constraints
toplevel: cmod_a35t_top
tools:
vivado:
part: "xc7a35tcpg236-1" # CMod A35t
lint:
default_tool: verilator
filesets: [files_retrov]
tools:
verilator:
mode: lint-only
toplevel: top
# Unfortunately this tries to link
verilator_sim:
default_tool: verilator
filesets: [files_tta]
tools:
verilator:
verilator_options: [--trace -Wno-fatal -cc -O3]
toplevel: top