| 509 | } |
| 510 | |
| 511 | double cTaskLib::Task_Not(cTaskContext& ctx) const |
| 512 | { |
| 513 | const int logic_id = ctx.GetLogicId(); |
| 514 | if (logic_id == 15 || logic_id == 51 || logic_id == 85) return 1.0; |
| 515 | return 0.0; |
| 516 | } |
| 517 | |
| 518 | double cTaskLib::Task_Nand(cTaskContext& ctx) const |
| 519 | { |
nothing calls this directly
no test coverage detected