aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog
Commit message (Expand)AuthorAgeFilesLines
* sv: support declaration in generate for initializationZachary Snow2021-08-318-0/+114
* sv: support declaration in procedural for initializationZachary Snow2021-08-304-0/+56
* verilog: save and restore overwritten macro argumentsZachary Snow2021-07-282-0/+23
* sv: fix two struct access bugsZachary Snow2021-07-152-0/+92
* sv: fix up end label checkingZachary Snow2021-06-165-0/+51
* mem2reg: tolerate out of bounds constant accessesZachary Snow2021-06-082-0/+33
* sv: support tasks and functions within packagesZachary Snow2021-06-012-0/+34
* sv: check validity of package end labelZachary Snow2021-05-101-0/+15
* preproc: test coverage for #2712Zachary Snow2021-03-303-0/+18
* sv: allow typenames as function return typesZachary Snow2021-03-192-0/+40
* sv: carry over global typedefs from previous filesZachary Snow2021-03-172-0/+60
* sv: allow globals in one file to depend on globals in anotherZachary Snow2021-03-121-0/+20
* verilog: disallow overriding global parametersZachary Snow2021-03-111-0/+16
* Merge pull request #2626 from zachjs/param-no-defaultwhitequark2021-03-0710-0/+177
|\
| * sv: support for parameters without default valuesZachary Snow2021-03-0210-0/+177
* | Merge pull request #2632 from zachjs/width-limitwhitequark2021-03-072-0/+33
|\ \
| * | verilog: impose limit on maximum expression widthZachary Snow2021-03-042-0/+33
| |/
* / sv: fix some edge cases for unbased unsized literalsZachary Snow2021-03-062-0/+47
|/
* verilog: fix sizing of ports with int types in module headersZachary Snow2021-03-012-0/+61
* verilog: fix handling of nested ifdef directivesZachary Snow2021-03-015-0/+50
* Merge pull request #2615 from zachjs/genrtlil-conflictwhitequark2021-03-016-0/+56
|\
| * genrtlil: improve name conflict error messagingZachary Snow2021-02-266-0/+56
* | sv: extended support for integer typesZachary Snow2021-02-284-0/+78
|/
* Extend "delay" expressions to handle pair and triplet, i.e. rise, fall and tu...TimRudy2021-02-242-0/+438
* Merge pull request #2594 from zachjs/func-arg-widthwhitequark2021-02-234-0/+48
|\
| * verilog: fix sizing of constant args for tasks/functionsZachary Snow2021-02-214-0/+48
* | verilog: error on macro invocations with missing argument listsZachary Snow2021-02-192-0/+22
|/
* Merge pull request #2578 from zachjs/genblk-portZachary Snow2021-02-111-0/+12
|\
| * verlog: allow shadowing module ports within generate blocksZachary Snow2021-02-071-0/+12
* | Add missing is_signed to type_atomKamil Rakoczy2021-02-111-0/+19
|/
* Add check of begin/end labels for genblockKamil Rakoczy2021-02-041-0/+26
* verilog: significant block scoping improvementsZachary Snow2021-01-319-0/+173
* sv: fix support wire and var data type modifiersZachary Snow2021-01-202-0/+42
* Merge pull request #2380 from Xiretza/parallel-testsclairexen2020-10-011-19/+3
|\
| * tests: Centralize test collection and Makefile generationXiretza2020-09-211-19/+3
* | Update .gitignoreDavid Shah2020-10-011-0/+2
* | add testsN. Engelhardt2020-09-282-0/+49
|/
* Merge pull request #2080 from YosysHQ/eddie/fix_test_warningsEddie Hung2020-06-031-1/+1
|\
| * tests: fix some test warningsEddie Hung2020-05-251-1/+1
* | test: add attribute-before-stmt test from @nakengelhardtEddie Hung2020-05-251-0/+15
* | verilog: do not warn for attributes on null statementsEddie Hung2020-05-251-4/+4
* | tests: add an generate-else test tooEddie Hung2020-05-251-0/+34
* | tests: add #2037 testcaseEddie Hung2020-05-251-0/+9
|/
* Merge pull request #2057 from YosysHQ/eddie/fix_task_attrEddie Hung2020-05-211-0/+28
|\
| * tests: attributes before task enableEddie Hung2020-05-141-0/+28
* Merge pull request #2045 from YosysHQ/eddie/fix2042Eddie Hung2020-05-144-0/+93
|\
| * test: add another testcase as per @nakengelhardtEddie Hung2020-05-141-0/+25
| * tests: update/extend task argument testsEddie Hung2020-05-132-2/+35
| * tests: add #2042 testcaseEddie Hung2020-05-111-0/+12
| * Setup tests/verilog properlyEddie Hung2020-05-112-0/+23