aboutsummaryrefslogtreecommitdiffstats
path: root/tests/svtypes
Commit message (Expand)AuthorAgeFilesLines
* Added test for dynamic indexing within struct membersDag Lem2023-03-082-0/+71
* Index struct/union members within corresponding wire chunksDag Lem2023-03-051-1/+2
* Out of bounds checking for struct/union membersDag Lem2023-02-191-0/+3
* Corrected tests for data and array queries on struct/union item expressionsDag Lem2023-02-151-80/+85
* Support for data and array queries on struct/union item expressionsDag Lem2023-02-151-0/+107
* Handle range offsets in packed arrays within packed structsDag Lem2023-02-051-0/+20
* Resolve struct member package typesDag Lem2023-01-291-0/+4
* Handle struct members of union type (#3641)Dag Lem2023-01-291-0/+16
* Support for packed multidimensional arrays within packed structsDag Lem2022-12-031-0/+60
* Tests for unpacked arrays in packed structs are for the Yosys frontend onlyDag Lem2022-11-231-0/+4
* Support for swapped ranges in second array dimensionDag Lem2022-11-231-0/+42
* Support for arrays with swapped ranges within structsDag Lem2022-11-121-1/+86
* sv: improve support for wire and var with user-defined typesBrett Witherspoon2021-08-122-0/+108
* Add v2 memory cells.Marcelina Koƛcielnicka2021-08-113-3/+3
* verilog: check entire user type stack for type definitionXiretza2021-03-211-0/+10
* Add typedef input/output testKamil Rakoczy2021-01-182-0/+117
* tests: Centralize test collection and Makefile generationXiretza2020-09-211-19/+3
* Merge pull request #2329 from antmicro/arrays-fix-multirange-sizeclairexen2020-09-171-0/+16
|\
| * Test multirange (unpacked) arrays sizeLukasz Dalek2020-08-031-0/+16
* | Merge pull request #2330 from antmicro/arrays-fix-multirange-accessclairexen2020-09-171-0/+12
|\ \
| * | Add test for subarray access on multidimensional arraysLukasz Dalek2020-08-031-0/+12
| |/
* | Merge pull request #2122 from PeterCrozier/struct_array2clairexen2020-08-191-1/+21
|\ \ | |/ |/|
| * include both power-of-two and non-power-of-two testcasesN. Engelhardt2020-08-181-6/+23
| * Support 2D bit arrays in structures. Optimise array indexing.Peter Crozier2020-06-081-2/+5
* | static cast: add testsKazuki Sakamoto2020-06-195-0/+80
|/
* Support packed arrays in struct/union.Peter Crozier2020-06-071-0/+22
* Merge branch 'master' into structPeter Crozier2020-06-032-0/+9
|\
| * ast/simplify: don't bitblast async ROMs declared as `logic`.whitequark2020-05-052-0/+9
* | Allow structs within structs.Peter Crozier2020-05-122-0/+20
* | Generalise structs and add support for packed unions.Peter Crozier2020-05-121-0/+61
* | Implement SV structs.Peter Crozier2020-05-082-0/+81
|/
* support using previously declared types/localparams/params in packageJeff Wang2020-04-071-3/+8
* Support module/package/interface/block scope for typedef names.Peter Crozier2020-03-231-0/+7
* Revert typedef tests to standard grammar.Peter2020-03-227-25/+26
* add attributes for enumerated values in ilangJeff Wang2020-02-172-3/+3
* scoped enum testsJeff Wang2020-01-161-1/+13
* enum in package testJeff Wang2020-01-161-0/+3
* simple enum testJeff Wang2020-01-162-0/+52
* Use "(id)" instead of "id" for types as temporary hackClifford Wolf2019-10-148-19/+19
* sv: Improve testsDavid Shah2019-10-038-7/+30
* sv: Add test scripts for typedefsDavid Shah2019-10-034-0/+30
* sv: Add support for memories of a typedefDavid Shah2019-10-031-0/+10
* sv: Add support for memory typedefsDavid Shah2019-10-031-0/+10
* sv: Fix typedefs in packagesDavid Shah2019-10-031-0/+11
* sv: Fix typedef parametersDavid Shah2019-10-032-3/+22
* sv: Switch parser to glr, prep for typedefDavid Shah2019-10-031-0/+22