Skip to content

Commit

Permalink
feat: danger_level.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 2, 2024
1 parent b70895d commit 09b69e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/danger_level.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file specifies the danger level overrides for specific projects.
#
# The following danger levels are available:
#
# - safe: The project is safe to run (default for purely digital projects).
# - medium: The project can damage the ASIC under certain conditions.
# - high: The project will damage the ASIC.
# - unknown: The danger level is unknown (default for analog / custom GDS projects).
#
# Example:
# ```yaml
# tt_um_risky_riscv:
# level: medium
# reason: 'The project shorts the power rails when the "addi x0, x0, 0xdeadbeef" instruction is executed.'
# ```

0 comments on commit 09b69e1

Please sign in to comment.