Skip to content

Commit 09b69e1

Browse files
committed
feat: danger_level.yaml file
1 parent b70895d commit 09b69e1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

projects/danger_level.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file specifies the danger level overrides for specific projects.
2+
#
3+
# The following danger levels are available:
4+
#
5+
# - safe: The project is safe to run (default for purely digital projects).
6+
# - medium: The project can damage the ASIC under certain conditions.
7+
# - high: The project will damage the ASIC.
8+
# - unknown: The danger level is unknown (default for analog / custom GDS projects).
9+
#
10+
# Example:
11+
# ```yaml
12+
# tt_um_risky_riscv:
13+
# level: medium
14+
# reason: 'The project shorts the power rails when the "addi x0, x0, 0xdeadbeef" instruction is executed.'
15+
# ```

0 commit comments

Comments
 (0)