aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | makefile: rename msys2 to msys2-32, config PREFIXumarcor2020-12-281-5/+7
* | | | | Merge pull request #2507 from umarcor/fix/msys2whitequark2020-12-281-2/+3
|\| | | |
| * | | | kernel/yosys.h: undef CONST on WIN32umarcor2020-12-281-2/+3
|/ / / /
* | | | Bump versionYosys Bot2020-12-281-1/+1
* | | | Merge pull request #2510 from YosysHQ/whitequark/CODEOWNERS-verilog-astClaire Xen2020-12-271-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | CODEOWNERS: add @zachjs as Verilog/AST frontend ownerwhitequark2020-12-271-0/+3
|/ / /
* | | Bump versionYosys Bot2020-12-271-1/+1
* | | Merge pull request #2506 from zachjs/const-arg-redeclareMiodrag Milanović2020-12-262-5/+26
|\ \ \
| * | | Fix constants bound to redeclared function argsZachary Snow2020-12-262-5/+26
|/ / /
* | | Bump versionYosys Bot2020-12-241-1/+1
* | | Merge pull request #2502 from ldoolitt/masterwhitequark2020-12-231-2/+2
|\ \ \
| * | | passes/pmgen/pmgen.py: trivial change to remove C++ compiler warningsLarry Doolittle2020-12-231-2/+2
* | | | Merge pull request #2501 from zachjs/genrtlil-tern-signwhitequark2020-12-232-4/+10
|\ \ \ \
| * | | | genrtlil: fix mux2rtlil generated wire signednessZachary Snow2020-12-222-4/+10
* | | | | Merge pull request #2476 from zachjs/const-arg-widthwhitequark2020-12-232-0/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix constants bound to single bit arguments (fixes #2383)Zachary Snow2020-12-222-0/+18
* | | | | Bump versionYosys Bot2020-12-231-1/+1
| |/ / / |/| | |
* | | | Merge pull request #2499 from whitequark/cxxrtl-fixeswhitequark2020-12-221-9/+10
|\ \ \ \
| * | | | cxxrtl: don't crash generating debug information for unused wires.whitequark2020-12-221-9/+10
|/ / / /
* | | | Merge pull request #2498 from StefanBruens/Fix_opt_lutwhitequark2020-12-221-2/+4
|\ \ \ \
| * | | | Fix use-after-free in LUT opt passStefanBruens2020-12-221-2/+4
* | | | | Merge pull request #2497 from whitequark/cxxrtl-reflowwhitequark2020-12-222-446/+608
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cxxrtl: split processes into sync and case nodes.whitequark2020-12-221-11/+26
| * | | | kernel: undef Tcl macros interfering with cxxrtl.whitequark2020-12-221-0/+2
| * | | | cxxrtl: completely rewrite netlist layout code.whitequark2020-12-221-406/+569
| * | | | cxxrtl: simplify logic choosing wire type. NFCI.whitequark2020-12-211-19/+8
| * | | | cxxrtl: clarify node use-def construction. NFCI.whitequark2020-12-211-18/+11
| * | | | cxxrtl: fix typo.whitequark2020-12-211-2/+2
* | | | | Merge pull request #2479 from zachjs/const-arg-hintwhitequark2020-12-222-0/+14
|\ \ \ \ \
| * | | | | Allow constant function calls in constant function argumentsZachary Snow2020-12-072-0/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #2491 from zachjs/port-bind-signwhitequark2020-12-225-5/+132
|\ \ \ \ \
| * | | | | Sign extend port connections where necessaryZachary Snow2020-12-185-5/+132
* | | | | | Bump versionYosys Bot2020-12-221-1/+1
* | | | | | xilinx: Add some missing blackbox cells.Marcelina Kościelnicka2020-12-213-798/+6276
* | | | | | xilinx: Regenerate cells_xtra.v using Vivado 2020.2Marcelina Kościelnicka2020-12-212-42/+49
| |_|/ / / |/| | | |
* | | | | Merge pull request #2496 from whitequark/cxxrtl-fixeswhitequark2020-12-213-9/+32
|\ \ \ \ \
| * | | | | cxxrtl: speed up bit repeats (sign extends, etc).whitequark2020-12-212-5/+28
| * | | | | cxxrtl: speed up commits on clang.whitequark2020-12-211-3/+3
| * | | | | cxxrtl: use `static inline` instead of `inline` in the C API.whitequark2020-12-201-1/+1
* | | | | | Bump versionYosys Bot2020-12-201-1/+1
|/ / / / /
* | | | | Merge pull request #2487 from whitequark/cxxrtl-outliningwhitequark2020-12-196-169/+415
|\ \ \ \ \
| * | | | | cxxrtl: print names of cells inlined in connections.whitequark2020-12-151-1/+10
| * | | | | cxxrtl: disable optimization of debug_items().whitequark2020-12-152-3/+15
| * | | | | cxxrtl: make alias analysis outlining-aware.whitequark2020-12-151-38/+48
| * | | | | cxxrtl: add a "bare minimum" debug information level.whitequark2020-12-141-9/+17
| * | | | | cxxrtl: implement debug information outlining.whitequark2020-12-145-71/+278
| * | | | | cxxrtl: rename "elision" to "inlining". NFC.whitequark2020-12-131-77/+77
| * | | | | cxxrtl: fix outdated comment. NFC.whitequark2020-12-131-2/+2
| * | | | | cxxrtl: use IdString::isPublic(). NFC.whitequark2020-12-131-4/+4
| * | | | | kernel: make IdString::isPublic() const.whitequark2020-12-121-1/+1