aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue662/tb_psl_onehot.vhdl
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/synth: adjust tests for issue#662Tristan Gingold2021-02-091-4/+1
|
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-091-0/+69
* vhdl: parse PSL onehot/onehot0 builtin calls. For #662 * update pyGHDL bindings * Synthesis of PSL built-in onehot/onehot0 function. * testsuite/synth: add tests of PSL built-in functions onehot()/onehot0() for #662 * doc: add info about PSL built-in functions onehot()/onehot0() for #662 * synth: refactor synthesis of onehot/onehot0 functions Co-authored-by: eine <eine@users.noreply.github.com>