Skip to content
Draft
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
285531c
buildsetup ci
jimfangx Jul 4, 2026
0fc992a
fix buildsetup conda fs space
jimfangx Jul 4, 2026
8739438
fix
jimfangx Jul 4, 2026
aef0361
fix:
jimfangx Jul 4, 2026
5714bea
raise jvm mem limit in ci
jimfangx Jul 4, 2026
2b2db59
add tests
jimfangx Jul 4, 2026
70b36e1
prevent oom
jimfangx Jul 4, 2026
de2ab23
fixes
jimfangx Jul 4, 2026
db7ebb4
fixes
jimfangx Jul 4, 2026
2fb54e9
docker fixes
jimfangx Jul 4, 2026
0c04e76
docker fixes
jimfangx Jul 4, 2026
2350002
docker opts
jimfangx Jul 4, 2026
91ade12
fix submoduling
jimfangx Jul 4, 2026
4171975
fix tests
jimfangx Jul 4, 2026
3aca237
fix asm bmarks
jimfangx Jul 5, 2026
78b9564
fix long running build-setup flows
jimfangx Jul 5, 2026
0a78394
fix tests:
jimfangx Jul 5, 2026
ef8ceb4
fix more tests
jimfangx Jul 5, 2026
591362d
add fsim tests
jimfangx Jul 5, 2026
d321c63
fixes
jimfangx Jul 5, 2026
d293a29
fixes
jimfangx Jul 5, 2026
7f06a25
submodule & fsim fixes
jimfangx Jul 5, 2026
442cba3
patch cva6 speed
jimfangx Jul 5, 2026
f6093b7
i hate rhel
jimfangx Jul 5, 2026
5e506fb
i hate rhel
jimfangx Jul 6, 2026
dccd638
fix checkout
jimfangx Jul 6, 2026
ca0da13
fix fsim tests
jimfangx Jul 6, 2026
e311118
fix missing gcc
jimfangx Jul 6, 2026
2b5468b
fix fsim tests & debug
jimfangx Jul 6, 2026
1f10d32
fsim bitstream builds
jimfangx Jul 6, 2026
786e470
fixes
jimfangx Jul 6, 2026
82fdded
further firesim test fixes
jimfangx Jul 6, 2026
c4561be
revent oom
jimfangx Jul 7, 2026
9b04068
tune down parallism even more
jimfangx Jul 7, 2026
cf2ec63
firesim f2 bitstream build scripts
jimfangx Jul 11, 2026
e82c2ef
patch ami
jimfangx Jul 11, 2026
ca984de
fix default root vol size on aws
jimfangx Jul 11, 2026
309f159
prevent warnings from kiling job
jimfangx Jul 11, 2026
967cd60
dont try to fetch awscli in ec2 inst
jimfangx Jul 11, 2026
4473e02
aws setup fixes
jimfangx Jul 11, 2026
f74e2eb
source vivado in container for aws sdk setup
jimfangx Jul 11, 2026
8ca11ae
set -u strikes again
jimfangx Jul 11, 2026
e44f91e
patchs
jimfangx Jul 11, 2026
abfb092
local bitstream build patch
jimfangx Jul 12, 2026
e16c0dc
keep same vpc
jimfangx Jul 12, 2026
2813e2d
container debug options
jimfangx Jul 12, 2026
76b68d2
add patch to wait for spot instance init before runs
jimfangx Jul 12, 2026
5388142
patch build farm ssh
jimfangx Jul 12, 2026
bc6b853
move container out of /root
jimfangx Jul 13, 2026
4d2f5ca
patch container conda path
jimfangx Jul 13, 2026
55ccf93
user in container perm fixes
jimfangx Jul 13, 2026
13c36d7
we're still crashing our cicd servers...
jimfangx Jul 13, 2026
4eb1f64
prevent duplicate UID/GIDs
jimfangx Jul 13, 2026
11a1789
allow root login for acct ubuntu on aws
jimfangx Jul 13, 2026
b15e4d8
reduce fsim tests to not oom server
jimfangx Jul 13, 2026
a7471b1
trial chisel 7 support runs
jimfangx Jul 13, 2026
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
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