Files

66 lines
1.1 KiB
JSON

{
"title": "Single-input hardware engine permission",
"source": "IO_MODULES/DEAD_MAN.md: Hardware gating",
"reference_scope": "documentation only",
"components": [
{
"ref": "PERMIT",
"kind": "and",
"pins": [
"A",
"B",
"Y"
],
"value": ""
},
{
"ref": "PERMITP0",
"kind": "port",
"pins": [
"P"
],
"value": "DEADMAN_OK"
},
{
"ref": "PERMITP1",
"kind": "port",
"pins": [
"P"
],
"value": "MCU_RUN_PERMIT"
},
{
"ref": "PERMITO",
"kind": "port",
"pins": [
"P"
],
"value": "ENGINE_PERMIT"
}
],
"nets": [
{
"name": "DEADMAN_OK",
"connections": [
"PERMIT.A",
"PERMITP0.P"
]
},
{
"name": "MCU_RUN_PERMIT",
"connections": [
"PERMIT.B",
"PERMITP1.P"
]
},
{
"name": "ENGINE_PERMIT",
"connections": [
"PERMIT.Y",
"PERMITO.P"
]
}
],
"no_connects": []
}