Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ctagsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
sims
toolchains
.conda-env
.ci
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*-release.log
105 changes: 0 additions & 105 deletions .github/CI_README.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/actions/cleanup-conda/action.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/actions/create-conda-env/action.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/actions/git-workaround/action.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/actions/prepare-rtl/action.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/actions/run-tests/action.yml

This file was deleted.

61 changes: 61 additions & 0 deletions .github/firesim-bitstream-templates/au250/config_build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# 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.

# 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: /tools/C/chipyard-cicd/head
# 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:
- {machine1}:
override_build_dir: /tools/C/chipyard-cicd/machine1
- {machine2}:
override_build_dir: /tools/C/chipyard-cicd/machine2
- {machine3}:
override_build_dir: /tools/C/chipyard-cicd/machine3
- {machine4}:
override_build_dir: /tools/C/chipyard-cicd/machine4
- {machine5}:
override_build_dir: /tools/C/chipyard-cicd/machine5
- {machine6}:
override_build_dir: /tools/C/chipyard-cicd/machine6

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_u250_firesim_rocket_singlecore_no_nic
- alveo_u250_firesim_rocket_quadcore_no_nic
## - alveo_u250_firesim_rocket_singlecore_nic
- alveo_u250_firesim_boom_singlecore_no_nic
- alveo_u250_firesim_gemmini_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_REFV256D128_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_GENV256D128_shuttle_singlecore_no_nic

agfis_to_share:
- alveo_u250_firesim_rocket_singlecore_no_nic
- alveo_u250_firesim_rocket_quadcore_no_nic
## - alveo_u250_firesim_rocket_singlecore_nic
- alveo_u250_firesim_boom_singlecore_no_nic
- alveo_u250_firesim_gemmini_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_REFV256D128_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_GENV256D128_shuttle_singlecore_no_nic

share_with_accounts:
# To share with a specific user:
somebodysname: 123456789012
# To share publicly:
# public: public
Loading
Loading