Commit c14d11f
File tree
5 files changed
+22
-4
lines changed- .github/scripts
- generators
- chipyard/src/main/scala/config
- firechip/src/main/scala
- sims
5 files changed
+22
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
238 | 250 | | |
239 | 251 | | |
240 | 252 | | |
| |||
289 | 301 | | |
290 | 302 | | |
291 | 303 | | |
292 | | - | |
| 304 | + | |
293 | 305 | | |
294 | 306 | | |
295 | 307 | | |
| |||
- .github/scripts/check-vitis-docs-generated-components.py+28
- .github/scripts/cull-old-ci-instances.py+14-1
- .github/scripts/platform_lib.py+46
- .github/scripts/run-linux-poweroff-externally-provisioned.py+13-3
- .github/scripts/run-linux-poweroff-vitis.py+17-5
- .github/scripts/run-linux-poweroff.py+14-4
- .github/scripts/setup-manager-self-hosted.py+2-2
- .github/scripts/workflow-monitor.py+5-1
- .github/workflows/firesim-run-tests.yml+10
- build-setup-nolog.sh+1-1
- conda-reqs/conda-reqs.conda-lock.yml+858-499
- conda-reqs/firesim.yaml+19-20
- deploy/awstools/aws_setup.py+3-1
- deploy/awstools/awstools.py+14-3
- deploy/build-farm-recipes/aws_ec2.yaml+2
- deploy/buildtools/buildfarm.py+15-11
- deploy/runtools/firesim_topology_elements.py+12-8
- deploy/runtools/run_farm.py+1-1
- deploy/runtools/run_farm_deploy_managers.py+20-19
- deploy/runtools/runtime_config.py+2-1
- deploy/sample-backup-configs/sample_config_build.yaml+8-1
- deploy/sample-backup-configs/sample_config_build_recipes.yaml+52
- deploy/sample-backup-configs/sample_config_hwdb.yaml+13-5
- deploy/util/streamlogger.py+1-1
- deploy/workloads/Makefile+2-2
- deploy/workloads/ci/vitis/config_build_recipes.yaml-11
- deploy/workloads/ci/vitis/config_hwdb.yaml-4
- deploy/workloads/ci/vitis/config_runtime.yaml+1-1
- deploy/workloads/ci/vitis/run-workload.sh+3-3
- deploy/workloads/fedora-uniform/fedora-base-bin+1-1
- deploy/workloads/fedora-uniform/fedora-base.img+1-1
- deploy/workloads/linux-poweroff/br-base-bin+1-1
- deploy/workloads/linux-uniform/br-base-bin+1-1
- deploy/workloads/linux-uniform/br-base-bin-dwarf+1-1
- deploy/workloads/linux-uniform/br-base.img+1-1
- docs/Advanced-Usage/Conda.rst+5-4
- docs/Advanced-Usage/Debugging-and-Profiling-on-FPGA/Dromajo.rst+2-3
- docs/Advanced-Usage/Manager/HELP_OUTPUT+1-1
- docs/Advanced-Usage/Manager/Manager-Configuration-Files.rst+10
- docs/Advanced-Usage/Manager/Manager-Environment-Variables.rst+5-4
- docs/Advanced-Usage/Vitis.rst-122
- docs/Advanced-Usage/Workloads/Defining-Custom-Workloads.rst+3-5
- docs/Advanced-Usage/Workloads/Deprecated-Defining-Custom-Workloads.rst+3-5
- docs/Building-a-FireSim-AFI.rst+3-3
- docs/Building-a-FireSim-Xclbin.rst+67
- docs/FireSim-Basics.rst+5-5
- docs/Initial-OnPrem-Setup/Setting-up-your-On-Premises-Machine.rst+195
- docs/Initial-OnPrem-Setup/index.rst+14
- docs/Initial-Setup/Setting-up-your-Manager-Instance.rst+2-2
- docs/Running-OnPrem-Simulations-Tutorial/DOCS_EXAMPLE_config_runtime.yaml+100
- docs/Running-OnPrem-Simulations-Tutorial/Running-a-Single-Node-Simulation.rst+424
- docs/Running-OnPrem-Simulations-Tutorial/index.rst+15
- docs/Running-Simulations-Tutorial/Running-a-Cluster-Simulation.rst+2-2
- docs/Running-Simulations-Tutorial/Running-a-Single-Node-Simulation.rst+2-3
- docs/index.rst+10-1
- platforms/vitis/cl_firesim/Makefile+18-4
- regression/aws-ec2-tests/launch-setup-manager-instance.sh+1-1
- scripts/machine-launch-script.sh+28-7
- sim/.gitignore+2
- sim/firesim-lib/src/main/cc/bridges/tracerv.cc-5
- sim/firesim-lib/src/main/cc/bridges/tracerv.h-1
- sim/firesim-lib/src/main/scala/bridges/SerialBridge.scala+1-1
- sim/firesim-lib/src/main/scala/bridges/TracerVBridge.scala+122-73
- sim/make/driver.mk+1-1
- sim/src/main/cc/bridges/TracerVModule.cc+19-8
- sim/src/main/cc/firesim/firesim_top.cc+14-6
- sim/src/main/scala/bridges/TracerVModule.scala+5
- sim/src/test/scala/bridges/TracerVSuite.scala+7-4
- target-design/chipyard+1-1
0 commit comments