-
Notifications
You must be signed in to change notification settings - Fork 46
/
Memora.yml
54 lines (47 loc) · 1.09 KB
/
Memora.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
# Copyright 2021 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
cache_root_dir: /usr/scratch2/dolent1/gitlabci/buildcache/mempool
artifacts:
tc-riscv-gcc:
inputs:
- Makefile
- toolchain/riscv-gnu-toolchain
outputs:
- install/riscv-gcc
tc-llvm:
inputs:
- Makefile
- toolchain/llvm-project
outputs:
- install/llvm
riscv-isa-sim:
inputs:
- Makefile
- toolchain/riscv-isa-sim
- toolchain/riscv-opcodes/encoding_out.h
outputs:
- install/riscv-isa-sim
verilator:
inputs:
- Makefile
- toolchain/verilator
outputs:
- install/verilator
verilator-model:
inputs:
- Makefile
- toolchain/verilator
- config/config.mk
- hardware/deps
- hardware/src
- hardware/tb
- hardware/Makefile
outputs:
- hardware/verilator_build/Vmempool_tb_verilator
halide:
inputs:
- Makefile
- toolchain/halide
outputs:
- install/halide