Add deterministic decoupling, I2C pull-up, and reset-float checks.
Flag supply nets with no cap to ground and open-drain I2C/reset nets with no pull-up, without guessing datasheet capacitor values. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -318,7 +318,7 @@ class Finding(BaseModel):
|
||||
status: Literal["ERROR", "WARNING", "INFO"]
|
||||
recommendation: str = ""
|
||||
reference: str = ""
|
||||
source: str | None = None # None/"review" = LLM datasheet review; "pin_mux_check"/"led_current_check" = deterministic
|
||||
source: str | None = None # None/"review" = LLM; "pin_mux_check"/"led_current_check"/"supply_decoupling_check"/… = deterministic
|
||||
|
||||
|
||||
class ValidationReport(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user