aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | 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 #2369 from Xiretza/gitignoresMiodrag Milanović2020-09-101-2/+2
|\ \ \
| * | | Add missing gitignores for test artifactsXiretza2020-08-311-2/+2
* | | | Merge pull request #2352 from zachjs/const-func-localparamclairexen2020-09-011-3/+6
|\ \ \ \
| * | | | Allow localparams in constant functionsZachary Snow2020-08-201-3/+6
* | | | | Merge pull request #2353 from zachjs/top-scopeclairexen2020-09-011-0/+16
|\ \ \ \ \
| * | | | | Module name scope supportZachary Snow2020-08-201-0/+16
| |/ / / /
* | | | | Merge pull request #2365 from zachjs/const-arg-loop-split-typeclairexen2020-09-011-0/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix constant args used with function ports split across declarationsZachary Snow2020-08-291-0/+20
| |/ / /
* | | | Merge pull request #2356 from whitequark/flatten-techmap-no-tpl_driven-sigmapwhitequark2020-08-271-0/+11
|\ \ \ \
| * | | | flatten, techmap: don't canonicalize tpl driven bits via sigmap.whitequark2020-08-261-0/+11
| |/ / /
* / / / intel_alm: Add multiply signedness to cellsDan Ravensloft2020-08-262-6/+44
|/ / /
* | | Merge pull request #2347 from YosysHQ/mwk/techmap-shift-fixesclairexen2020-08-202-14/+3
|\ \ \
| * | | techmap/shift_shiftx: Remove the "shiftx2mux" special path.Marcelina Kościelnicka2020-08-202-14/+3
* | | | Merge pull request #2344 from YosysHQ/mwk/opt_share-fixesclairexen2020-08-203-0/+54
|\ \ \ \
| * | | | opt_share: Refactor, fix some bugs.Marcelina Kościelnicka2020-08-173-0/+54
* | | | | Merge pull request #2333 from YosysHQ/mwk/peepopt-shiftmul-signedclairexen2020-08-201-0/+11
|\ \ \ \ \
| * | | | | peeopt.shiftmul: Add a signedness check.Marcelina Kościelnicka2020-08-051-0/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #2328 from YosysHQ/mwk/opt_dff-cleanupclairexen2020-08-203-193/+129
|\ \ \ \ \
| * | | | | Remove now-redundant dff2dffs pass.Marcelina Kościelnicka2020-08-071-50/+0
| * | | | | peepopt: Remove now-redundant dffmux pattern.Marcelina Kościelnicka2020-08-072-143/+129
| | |/ / / | |/| | |
* | | | | Merge pull request #2327 from YosysHQ/mwk/techmap-constmap-fixclairexen2020-08-201-0/+15
|\ \ \ \ \
| * | | | | techmap.CONSTMAP: Handle outputs before inputs.Marcelina Kościelnicka2020-08-051-0/+15
| | |/ / / | |/| | |
* | | | | Merge pull request #2326 from YosysHQ/mwk/peeopt-muldiv-signclairexen2020-08-201-0/+12
|\ \ \ \ \
| * | | | | peepopt.muldiv: Add a signedness check.Marcelina Kościelnicka2020-08-041-0/+12
| |/ / / /