- getLogicFunctionExpr()
This commit is contained in:
parent
ec900bef2e
commit
75b747bc2f
@ -55,6 +55,10 @@ class TruthTableTask extends PicturedTask
|
||||
return $this->lf;
|
||||
}
|
||||
|
||||
public function getLogicFunctionExpr(string $fmt = "verilog_bitwise"): string {
|
||||
return $this->lf->getExpression($fmt);
|
||||
}
|
||||
|
||||
public function toArray(string $mode = "all"): array
|
||||
{
|
||||
$a = parent::toArray($mode);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user