aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/include_self.v
Commit message (Collapse)AuthorAgeFilesLines
* verilog: fix handling of nested ifdef directivesZachary Snow2021-03-011-0/+30
- track depth so we know whether to consider higher-level elsifs - error on unmatched endif/elsif/else