aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/case_expr_extend.sv
Commit message (Collapse)AuthorAgeFilesLines
* fix iverilog compatibility for new case expr testsZachary Snow2022-01-031-1/+1
|
* fix width detection of array querying function in case and case item expressionsZachary Snow2021-12-171-0/+11
I also removed the unnecessary shadowing of `width_hint` and `sign_hint` in the corresponding case in `simplify()`.