[CI] Remove clock-division based FC tests
This commit is contained in:
@@ -346,35 +346,6 @@ jobs:
|
|||||||
key: fireboom-{{ .Branch }}-{{ .Revision }}
|
key: fireboom-{{ .Branch }}-{{ .Revision }}
|
||||||
paths:
|
paths:
|
||||||
- "/home/riscvuser/project"
|
- "/home/riscvuser/project"
|
||||||
prepare-firesim-clockdiv:
|
|
||||||
docker:
|
|
||||||
- image: riscvboom/riscvboom-images:0.0.12
|
|
||||||
environment:
|
|
||||||
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit
|
|
||||||
TERM: dumb
|
|
||||||
steps:
|
|
||||||
- add_ssh_keys:
|
|
||||||
fingerprints:
|
|
||||||
- "3e:c3:02:5b:ed:64:8c:b7:b0:04:43:bc:83:43:73:1e"
|
|
||||||
- checkout
|
|
||||||
- run:
|
|
||||||
name: Create hash of toolchains
|
|
||||||
command: |
|
|
||||||
.circleci/create-hash.sh
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- riscv-tools-installed-v2-{{ checksum "../riscv-tools.hash" }}
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- verilator-installed-v3-{{ checksum "sims/verilator/verilator.mk" }}
|
|
||||||
- run:
|
|
||||||
name: Building FireSim MIDAS simulator using Verilator
|
|
||||||
command: .circleci/do-firesim-build.sh firesim-clockdiv
|
|
||||||
no_output_timeout: 120m
|
|
||||||
- save_cache:
|
|
||||||
key: firesim-clockdiv-{{ .Branch }}-{{ .Revision }}
|
|
||||||
paths:
|
|
||||||
- "/home/riscvuser/project"
|
|
||||||
midasexamples-run-tests:
|
midasexamples-run-tests:
|
||||||
docker:
|
docker:
|
||||||
- image: riscvboom/riscvboom-images:0.0.12
|
- image: riscvboom/riscvboom-images:0.0.12
|
||||||
@@ -571,33 +542,6 @@ jobs:
|
|||||||
name: Run FireSim tests
|
name: Run FireSim tests
|
||||||
command: .circleci/run-firesim-tests.sh fireboom
|
command: .circleci/run-firesim-tests.sh fireboom
|
||||||
no_output_timeout: 20m
|
no_output_timeout: 20m
|
||||||
firesim-clockdiv-run-tests:
|
|
||||||
docker:
|
|
||||||
- image: riscvboom/riscvboom-images:0.0.12
|
|
||||||
environment:
|
|
||||||
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit
|
|
||||||
TERM: dumb
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run:
|
|
||||||
name: Create hash of toolchains
|
|
||||||
command: |
|
|
||||||
.circleci/create-hash.sh
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- riscv-tools-installed-v2-{{ checksum "../riscv-tools.hash" }}
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- firesim-clockdiv-{{ .Branch }}-{{ .Revision }}
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- extra-tests-{{ .Branch }}-{{ .Revision }}
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- verilator-installed-v3-{{ checksum "sims/verilator/verilator.mk" }}
|
|
||||||
- run:
|
|
||||||
name: Run FireSim tests
|
|
||||||
command: .circleci/run-firesim-tests.sh firesim-clockdiv
|
|
||||||
|
|
||||||
|
|
||||||
# Order and dependencies of jobs to run
|
# Order and dependencies of jobs to run
|
||||||
|
|||||||
@@ -49,4 +49,3 @@ mapping["blockdevrocketchip"]="SUB_PROJECT=example CONFIG=SimBlockDeviceRocketCo
|
|||||||
mapping["hwacha"]="SUB_PROJECT=example CONFIG=HwachaRocketConfig GENERATOR_PACKAGE=hwacha"
|
mapping["hwacha"]="SUB_PROJECT=example CONFIG=HwachaRocketConfig GENERATOR_PACKAGE=hwacha"
|
||||||
mapping["firesim"]="DESIGN=FireSim TARGET_CONFIG=DDR3FRFCFSLLC4MB_FireSimRocketChipConfig PLATFORM_CONFIG=BaseF1Config"
|
mapping["firesim"]="DESIGN=FireSim TARGET_CONFIG=DDR3FRFCFSLLC4MB_FireSimRocketChipConfig PLATFORM_CONFIG=BaseF1Config"
|
||||||
mapping["fireboom"]="DESIGN=FireSim TARGET_CONFIG=DDR3FRFCFSLLC4MB_FireSimBoomConfig PLATFORM_CONFIG=BaseF1Config"
|
mapping["fireboom"]="DESIGN=FireSim TARGET_CONFIG=DDR3FRFCFSLLC4MB_FireSimBoomConfig PLATFORM_CONFIG=BaseF1Config"
|
||||||
mapping["firesim-clockdiv"]="DESIGN=FireSim TARGET_CONFIG=DDR3FRFCFSLLC4MB3Div_FireSimRocketChipConfig PLATFORM_CONFIG=BaseF1Config"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user