Commit 7ee553d
authored
build: adding tasks for building riscv-tests in container (#823)
- Added newlib package to container.
- Renamed task "checkout-riscv-tests" to "checkout_riscv_test" for
consistency
- Added task build_riscv_tests
Note: build_riscv_tests task builds the isa tests part of riscv-tests to
enable testing of hart models with the ISS.
Benchmarks are not built at the moment.1 parent 1a7a348 commit 7ee553d
File tree
4 files changed
+10
-2
lines changed- .devcontainer
- backends/cpp_hart_gen
- bin
4 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
365 | 371 | | |
366 | 372 | | |
367 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments