aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add check of begin/end labels for genblockKamil Rakoczy2021-02-041-0/+26
* Merge pull request #2529 from zachjs/unnamed-genblkwhitequark2021-02-0423-6/+495
|\
| * verilog: significant block scoping improvementsZachary Snow2021-01-3123-6/+495
* | 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
| |/ |/|
* | xilinx_dffopt: Don't crash on missing IS_*_INVERTED.Marcelina Kościelnicka2021-01-272-1/+48
* | Merge pull request #2550 from zachjs/macro-arg-spaceswhitequark2021-01-251-0/+28
|\ \
| * | verilog: allow spaces in macro argumentsZachary Snow2021-01-201-0/+28
* | | Allow combination of rand and const modifiersZachary Snow2021-01-212-0/+9
* | | sv: fix support wire and var data type modifiersZachary Snow2021-01-202-0/+42
|/ /
* | Merge pull request #2547 from zachjs/plugin-so-dsymwhitequark2021-01-181-0/+1
|\ \
| * | Add plugin.so.dSYM to .gitignoreZachary Snow2021-01-181-0/+1
* | | Add typedef input/output testKamil Rakoczy2021-01-182-0/+117
|/ /
* | opt_share: Fix X and CO signal width for shifted $alu in opt_share.Marcelina Kościelnicka2021-01-141-0/+20
* | Merge pull request #2518 from zachjs/recursionwhitequark2021-01-012-0/+71
|\ \
| * | verilog: improved support for recursive functionsZachary Snow2020-12-312-0/+71
* | | sv: complete support for implied task/function port directionsZachary Snow2020-12-312-0/+29
|/ /
* | Fix elaboration of whole memory words used as indicesZachary Snow2020-12-263-0/+48
* | Fix constants bound to redeclared function argsZachary Snow2020-12-261-0/+10
* | Merge pull request #2501 from zachjs/genrtlil-tern-signwhitequark2020-12-231-4/+9
|\ \
| * | genrtlil: fix mux2rtlil generated wire signednessZachary Snow2020-12-221-4/+9
* | | Merge pull request #2476 from zachjs/const-arg-widthwhitequark2020-12-231-0/+10
|\ \ \ | |/ / |/| |
| * | Fix constants bound to single bit arguments (fixes #2383)Zachary Snow2020-12-221-0/+10
* | | Merge pull request #2479 from zachjs/const-arg-hintwhitequark2020-12-221-0/+9
|\ \ \
| * | | Allow constant function calls in constant function argumentsZachary Snow2020-12-071-0/+9
| |/ /
* / / Sign extend port connections where necessaryZachary Snow2020-12-182-0/+98
|/ /
* | Merge pull request #2133 from dh73/nodev_headClaire Xen2020-11-2518-65/+322
|\ \
| * | Removing trailing whitespacediego2020-06-101-30/+30
| * | Adding latch tests for shift&mask AST dynamic part-select enhancementsdiego2020-06-0918-68/+325
* | | nexus: DSP inference supportDavid Shah2020-11-201-12/+34
| |/ |/|
* | Update nexus arch tests to new harnessXiretza2020-10-291-19/+3
* | xilinx: Fix attributes_test.ysMarcelina Kościelnicka2020-10-241-4/+2
* | memory_dff: Fix needlessly duplicating enable bits.Marcelina Kościelnicka2020-10-221-0/+24
* | Merge pull request #2397 from daveshah1/nexusMiodrag Milanović2020-10-1915-0/+298
|\ \
| * | synth_nexus: Initial implementationDavid Shah2020-10-1515-0/+298
* | | opt_clean: Better memory handling.Marcelina Kościelnicka2020-10-081-0/+49
* | | Merge pull request #2378 from udif/pr_dollar_high_lowclairexen2020-10-011-0/+61
|\ \ \
| * | | We can now handle array slices (e.g. $size(x[1]) etc. )Udi Finkelstein2020-09-171-2/+14
| * | | Added $high(), $low(), $left(), $right()Udi Finkelstein2020-09-151-0/+49
* | | | Merge pull request #2380 from Xiretza/parallel-testsclairexen2020-10-0121-230/+156
|\ \ \ \
| * | | | tests: add gitignores for auto-generated makefilesXiretza2020-09-262-0/+2
| * | | | tests/simple: remove "nullglob" shoptXiretza2020-09-211-1/+0
| * | | | tests: ParallelizeXiretza2020-09-213-9/+20
| * | | | tests: Centralize test collection and Makefile generationXiretza2020-09-2116-222/+136
* | | | | Update .gitignoreDavid Shah2020-10-011-0/+2
| |_|/ / |/| | |
* | | | add testsN. Engelhardt2020-09-282-0/+49
* | | | xilinx: do not make DSP48E1 a whitebox for ABC9 by default (#2325)Eddie Hung2020-09-231-0/+37
* | | | switch argument order to work with macOS getoptN. Engelhardt2020-09-231-1/+1
|/ / /
* | | Merge pull request #2329 from antmicro/arrays-fix-multirange-sizeclairexen2020-09-171-0/+16
|\ \ \