Tie decoupling and I2C checks to pintable pin names, not mux tables.
Ignore enable straps on a power rail, NC nets, and SPI aliases; treat FB as an inductor and RN as a resistor so pull-ups and beads classify correctly. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,7 +13,7 @@ export interface Finding {
|
||||
status: FindingStatus;
|
||||
recommendation?: string;
|
||||
reference: string;
|
||||
source?: string | null; // "pin_mux_check"/"led_current_check" = deterministic; null/"review" = LLM
|
||||
source?: string | null; // pin_mux_check / led_current_check / supply_decoupling_check / i2c_pullup_check / reset_pullup_check = deterministic; null/"review" = LLM
|
||||
}
|
||||
|
||||
export interface FindingComment {
|
||||
|
||||
Reference in New Issue
Block a user