- getLogicFunctionExpr()

This commit is contained in:
Wiesner András 2025-10-11 20:11:14 +02:00
parent ec900bef2e
commit 75b747bc2f

View File

@ -55,6 +55,10 @@ class TruthTableTask extends PicturedTask
return $this->lf; return $this->lf;
} }
public function getLogicFunctionExpr(string $fmt = "verilog_bitwise"): string {
return $this->lf->getExpression($fmt);
}
public function toArray(string $mode = "all"): array public function toArray(string $mode = "all"): array
{ {
$a = parent::toArray($mode); $a = parent::toArray($mode);