aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple
Commit message (Expand)AuthorAgeFilesLines
* verilog: Support module-scoped task/function callsZachary Snow2022-10-291-0/+45
* Test fixes for latest iverilogMiodrag Milanovic2022-09-211-2/+12
* Fix valgrind tests when using verificMiodrag Milanovic2022-03-304-8/+8
* fix iverilog compatibility for new case expr testsZachary Snow2022-01-032-2/+2
* sv: fix size cast clipping expression widthZachary Snow2022-01-031-0/+7
* fix width detection of array querying function in case and case item expressionsZachary Snow2021-12-172-0/+43
* verilog: use derived module info to elaborate cell connectionsZachary Snow2021-10-252-0/+42
* Fix "make vgtest" so it runs to the end (but now it fails ;)Claire Xenia Wolf2021-09-2340-79/+79
* proc_rmdead: use explicit pattern set when there are no wildcardsZachary Snow2021-07-291-0/+273
* genrtlil: add width detection for AST_PREFIX nodesZachary Snow2021-07-291-0/+18
* sv: fix up end label checkingZachary Snow2021-06-161-0/+29
* Merge pull request #2817 from YosysHQ/claire/fixemailsClaire Xen2021-06-091-1/+1
|\
| * More deadname stuffClaire Xenia Wolf2021-06-091-1/+1
* | verilog: check for module scope identifiers during width detectionZachary Snow2021-06-081-0/+11
* | mem2reg: tolerate out of bounds constant accessesZachary Snow2021-06-081-0/+19
|/
* verilog: fix case expression sign and width handlingZachary Snow2021-05-252-0/+108
* sv: support remaining assignment operatorsZachary Snow2021-05-251-0/+23
* verilog: fix buf/not primitives with multiple outputsXiretza2021-03-171-0/+15
* verilog: support module scope identifiers in parametric modulesZachary Snow2021-03-161-0/+29
* verilog: fix handling of nested ifdef directivesZachary Snow2021-03-012-0/+109
* Merge pull request #2573 from zachjs/repeat-callwhitequark2021-02-112-0/+94
|\
| * verilog: refactored constant function evaluationZachary Snow2021-02-042-0/+94
* | verlog: allow shadowing module ports within generate blocksZachary Snow2021-02-071-0/+10
|/
* Merge pull request #2529 from zachjs/unnamed-genblkwhitequark2021-02-0412-0/+312
|\
| * verilog: significant block scoping improvementsZachary Snow2021-01-3112-0/+312
* | Merge pull request #2436 from dalance/fix_generatewhitequark2021-02-032-7/+4
|\ \
| * | Fix begin/end in generatedalance2020-11-112-7/+4
* | | verilog: strip leading and trailing spaces in macro argsZachary Snow2021-01-281-0/+20
| |/ |/|
* | verilog: allow spaces in macro argumentsZachary Snow2021-01-201-0/+28
|/
* tests/simple: remove "nullglob" shoptXiretza2020-09-211-1/+0
* Module name scope supportZachary Snow2020-08-201-0/+16
* Merge pull request #2339 from zachjs/display-format-0sclairexen2020-08-181-0/+7
|\
| * Allow %0s $display format specifierZachary Snow2020-08-091-0/+7
* | Merge pull request #2338 from zachjs/const-branch-finishclairexen2020-08-181-0/+39
|\ \
| * | Propagate const_fold through generate blocks and branchesZachary Snow2020-08-091-0/+39
| |/
* / Fix generate scoping issuesZachary Snow2020-07-311-0/+85
|/
* Expand tests/simple/constmuldivmod.vXiretza2020-05-281-1/+41
* Bugfix in partsel.v signed indices test casesClaire Wolf2020-05-021-2/+2
* Add tests based on the test case from #1990Claire Wolf2020-05-021-0/+46
* Add dynamic slicing Verilog testcaseEddie Hung2020-03-311-0/+12
* Fix partsel expr bit width handling and add test caseClaire Wolf2020-03-081-0/+4
* Make SV2017 compliant courtesy of @wsnyderEddie Hung2019-12-121-3/+1
* simple/peepopt.v tests to various/peepopt.ys with equiv_opt & selectEddie Hung2019-09-051-21/+0
* Add peepopt_dffmuxext testsEddie Hung2019-09-041-0/+8
* Use `command -v` rather than `which`Emily2019-09-031-1/+1
* Add test case for real parametersClifford Wolf2019-08-201-1/+10
* Support explicit FIRRTL properties for better accommodation of FIRRTL/Verilog...Jim Lawson2019-07-311-1/+3
* Add testEddie Hung2019-06-201-0/+11
* Add proper test for SV-style arraysClifford Wolf2019-06-201-0/+16
* Add defvalue test, minor autotest fixes for .sv filesClifford Wolf2019-06-191-0/+22