aboutsummaryrefslogtreecommitdiffstats
path: root/tests/svtypes/typedef_scopes.sv
Commit message (Collapse)AuthorAgeFilesLines
* verilog: check entire user type stack for type definitionXiretza2021-03-211-0/+10
|
* Support module/package/interface/block scope for typedef names.Peter Crozier2020-03-231-0/+7
|
* Revert typedef tests to standard grammar.Peter2020-03-221-9/+9
|
* add attributes for enumerated values in ilangJeff Wang2020-02-171-1/+1
| | | | | | - information also useful for strongly-typed enums (not implemented) - resolves enum values in ilang part of #1594 - still need to output enums to VCD (or better yet FST) files
* scoped enum testsJeff Wang2020-01-161-1/+13
|
* Use "(id)" instead of "id" for types as temporary hackClifford Wolf2019-10-141-4/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* sv: Improve testsDavid Shah2019-10-031-0/+23
Signed-off-by: David Shah <dave@ds0.me>