aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/fib_tern.v
Commit message (Collapse)AuthorAgeFilesLines
* verilog: support recursive functions using ternary expressionsZachary Snow2021-02-121-0/+70
This adds a mechanism for marking certain portions of elaboration as occurring within unevaluated ternary branches. To enable elaboration of the overall ternary, this also adds width detection for these unelaborated function calls.