forked from buddy-compiler/buddy-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_build.yaml
More file actions
44 lines (39 loc) · 1.8 KB
/
config_build.yaml
File metadata and controls
44 lines (39 loc) · 1.8 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
# Build-time build design / AGFI configuration for the FireSim Simulation Manager
# See https://docs.fires.im/en/stable/Advanced-Usage/Manager/Manager-Configuration-Files.html for documentation of all of these params.
# ------------------------------------------------------------
# Attention! This is the example on the Local U280 Machine
# Remember to modify this file use in the same way of firesim
# ------------------------------------------------------------
# this refers to build farms defined in config_build_farm.yaml
build_farm:
base_recipe: build-farm-recipes/externally_provisioned.yaml
recipe_arg_overrides:
# REQUIRED: (replace this) default location of build directory on build host.
default_build_dir: replace with your own path
# REQUIRED: List of IP addresses (or "localhost"). Each can have an OPTIONAL
# argument, called "override_build_dir", specifying to override the default
# build directory.
#
# Ex:
# build_farm_hosts:
# # use localhost and don't override the default build dir
# - localhost
# # use other IP address (don't override default build dir)
# - "111.111.1.111"
# # use other IP address (override default build dir for this build host)
# - "222.222.2.222":
# override_build_dir: /scratch/specific-build-host-build-dir
build_farm_hosts:
- localhost
builds_to_run:
# this section references builds defined in config_build_recipes.yaml
# if you add a build here, it will be built when you run buildbitstream
# - alveo_u280_firesim_GemminiVCU118Config_no_nic
- alveo_u280_firesim_GemminiU280Config_no_nic
agfis_to_share:
# - midasexamples_gcd
share_with_accounts:
# To share with a specific user:
somebodysname: 123456789012
# To share publicly:
# public: public