We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70895d commit 09b69e1Copy full SHA for 09b69e1
projects/danger_level.yaml
@@ -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