aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Clean up `passes/cmds/delete.cc`.Alberto Gonzalez2020-04-061-24/+19
| |/ / /
* | | | Merge pull request #1867 from boqwxp/cleanup_statwhitequark2020-04-061-26/+20
|\ \ \ \ | | | | | | | | | | Clean up `passes/cmds/stat.cc`.
| * | | | Clean up `passes/cmds/stat.cc`.Alberto Gonzalez2020-04-061-26/+20
| |/ / /
* | | | Merge pull request #1866 from boqwxp/cleanup_test_autotbwhitequark2020-04-061-12/+8
|\ \ \ \ | | | | | | | | | | Clean up `passes/tests/test_autotb.cc`.
| * | | | Clean up `passes/tests/test_autotb.cc`.Alberto Gonzalez2020-04-061-12/+8
| |/ / /
* | | | Merge pull request #1865 from boqwxp/cleanup_dfflibmapwhitequark2020-04-061-27/+27
|\ \ \ \ | | | | | | | | | | Clean up `passes/techmap/dfflibmap.cc`.
| * | | | Clean up `passes/techmap/dfflibmap.cc`.Alberto Gonzalez2020-04-061-27/+27
| |/ / /
* | | | Merge pull request #1863 from boqwxp/cleanup_techmap_extractwhitequark2020-04-061-43/+36
|\ \ \ \ | | | | | | | | | | Clean up `passes/techmap/extract.cc`.
| * | | | Clean up `passes/techmap/extract.cc`.Alberto Gonzalez2020-04-051-43/+36
| |/ / /
* | | | Merge pull request #1859 from boqwxp/design_duplicatewhitequark2020-04-061-2/+13
|\ \ \ \ | | | | | | | | | | Add `-push-copy` option to the `design` command.
| * | | | Rename `-duplicate` to `-push-copy`.Alberto Gonzalez2020-04-041-6/+6
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: whitequark <whitequark@whitequark.org>
| * | | | Add `-duplicate` option to the `design` command.Alberto Gonzalez2020-04-031-2/+13
| | | | |
* | | | | Merge pull request #1873 from boqwxp/cleanup_bugpointwhitequark2020-04-061-14/+14
|\ \ \ \ \ | |_|/ / / |/| | | | Clean up private member usage in `passes/cmds/bugpoint.cc`.
| * | | | Clean up private member usage in `passes/cmds/bugpoint.cc`.Alberto Gonzalez2020-04-061-14/+14
|/ / / /
* | | | Merge pull request #1648 from YosysHQ/eddie/cmp2lcuEddie Hung2020-04-036-13/+173
|\ \ \ \ | |_|_|/ |/| | | "techmap -map +/cmp2lcu.v" for decomposing arithmetic compares to $lcu
| * | | cmp2lcu: rename _90_lcu_cmp -> _80_lcu_cmpEddie Hung2020-04-031-1/+1
| | | |
| * | | cmp2lcu: fail if `LUT_WIDTH < 2Eddie Hung2020-04-031-1/+1
| | | |
| * | | synth: only techmap cmp2{lut,lcu} if -lutEddie Hung2020-04-031-1/+1
| | | |
| * | | synth: use +/cmp2lcu.v in generic 'synth' tooEddie Hung2020-04-031-2/+2
| | | |
| * | | Cleanup +/cmp2lut.vEddie Hung2020-04-031-8/+0
| | | |
| * | | synth_xilinx: techmap +/cmp2lut.v and +/cmp2lcu.v in 'coarse'Eddie Hung2020-04-031-2/+1
| | | |
| * | | +/cmp2lcu.v to work efficiently for fully/partially constant inputsEddie Hung2020-04-031-33/+42
| | | |
| * | | +/cmp2lcu.v to work efficiently for fully/partially constant inputsEddie Hung2020-04-031-3/+31
| | | |
| * | | Refactor +/cmp2lcu.v into recursive techmapEddie Hung2020-04-032-39/+66
| | | |
| * | | CleanupEddie Hung2020-04-031-31/+28
| | | |
| * | | Cleanup cmp2lcu.vEddie Hung2020-04-031-16/+16
| | | |
| * | | techmap +/cmp2lcu.v for decomposing arithmetic compares to $lcuEddie Hung2020-04-033-0/+108
| | | |
| * | | cmp2lut: comment out unused since 362f4f9Eddie Hung2020-04-031-8/+8
| | | |
* | | | Merge pull request #1853 from YosysHQ/eddie/fix_dynsliceEddie Hung2020-04-021-1/+2
|\ \ \ \ | | | | | | | | | | ast: cap dynamic range select to size of signal, suppresses warnings
| * | | | ast: cap dynamic range select to size of signal, suppresses warningsEddie Hung2020-04-011-1/+2
| | | | |
* | | | | Merge pull request #1767 from YosysHQ/eddie/idstringsEddie Hung2020-04-02163-5241/+5380
|\ \ \ \ \ | | | | | | | | | | | | IdString: use more ID::*, make them easier to use, speed up IdString::in()
| * | | | | kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-02152-4420/+4532
| | | | | |
| * | | | | kernel: IdString::in(const IdString &) as per @TjoppenEddie Hung2020-04-021-1/+1
| | | | | |
| * | | | | kernel: fix formatting (thanks @boqwxp)Eddie Hung2020-04-021-6/+4
| | | | | |
| * | | | | kernel: use C++11 fold hack to prevent recursionEddie Hung2020-04-021-3/+8
| | | | | |
| * | | | | Revert "kernel: IdString:in() to use perfect forwarding"Eddie Hung2020-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7b2a85aedf24affc2e1202c78e70e6a317f5bf29.
| * | | | | Update backends/btor/btor.cc; credit @boqwxpEddie Hung2020-04-021-2/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: Alberto Gonzalez <61295559+boqwxp@users.noreply.github.com>
| * | | | | kernel: separate IdString::put_reference() out to help inliningEddie Hung2020-04-021-1/+4
| | | | | |
| * | | | | kernel: IdString:in() to use perfect forwardingEddie Hung2020-04-021-2/+2
| | | | | |
| * | | | | kernel: use more ID::*Eddie Hung2020-04-0269-841/+843
| | | | | |
| * | | | | kernel: Use constids.inc for global/constant IdStringsEddie Hung2020-04-024-17/+37
| | |/ / / | |/| | |
* | | | | simcells.v: Generate the fine FF cell types by a python script.Marcin Kościelnicki2020-04-022-19/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes adding more FF types in the future much more manageable. Fixes #1824.
* | | | | Merge pull request #1846 from dh73/ast_feClaire Wolf2020-04-021-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Adding error message for when size (width) of number literal is zero
| * | | | | Replacing log_error for log_file_error due consistencyDiego H2020-03-311-2/+1
| | | | | |
| * | | | | Adding error message for when size (width) of number literal is zeroDiego H2020-03-301-0/+4
| | |_|/ / | |/| | |
* | | | | iopadmap: Fix z assignment to inout portMarcin Kościelnicki2020-04-022-2/+24
| | | | | | | | | | | | | | | | | | | | Fixes #1841.
* | | | | Merge pull request #1842 from YosysHQ/mwk/fix-deminout-xzClaire Wolf2020-04-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | deminout: prevent any constant assignment from demoting to input
| * | | | deminout: prevent any constant assignment from demoting to inputMarcin Kościelnicki2020-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this patch, ``` module top(inout io); assign io = 1'bx; endmodule ``` would have the `io` pin demoted to input (same happens for `1'bz`, but not for `1'b0` or `1'b1`), resulting in check failures later on. Part of fix for #1841.
* | | | | Merge pull request #1845 from YosysHQ/eddie/kernel_speedupEddie Hung2020-04-0220-588/+566
|\ \ \ \ \ | | | | | | | | | | | | kernel: speedup by using more pass-by-const-ref
| * | | | | kernel: pass-by-value into Design::scratchpad_set_string() tooEddie Hung2020-03-272-3/+3
| | | | | |