| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2059 from boqwxp/logger-vector-to-dict | Miodrag Milanović | 2020-05-21 | 2 | -18/+15 |
|\ |
|
| * | log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, w... | Alberto Gonzalez | 2020-05-15 | 2 | -18/+15 |
* | | Merge pull request #2046 from PeterCrozier/trap | N. Engelhardt | 2020-05-20 | 1 | -3/+3 |
|\ \ |
|
| * | | Consolidate Linux and Mac version of YS_DEBUGTRAP_IF_DEBUGGING. | Peter Crozier | 2020-05-13 | 1 | -5/+2 |
| * | | Extend YS_DEBUGTRAP to MacOS. | Peter Crozier | 2020-05-13 | 1 | -1/+4 |
| |/ |
|
* | | Add force_downto and force_upto wire attributes. | Marcelina Kościelnicka | 2020-05-19 | 1 | -0/+2 |
* | | abc9: use (* abc9_keep *) instead of (* abc9_scc *); apply to $_DFF_?_ | Eddie Hung | 2020-05-14 | 1 | -1/+1 |
* | | timinginfo: ignore $specify2 cells if EN is false | Eddie Hung | 2020-05-14 | 1 | -0/+3 |
* | | abc9_ops: fix bypass boxes using (* abc9_bypass *) | Eddie Hung | 2020-05-14 | 1 | -2/+1 |
* | | kernel: TimingInfo to clamp -ve setup/edge-sensitive delays to zero | Eddie Hung | 2020-05-14 | 1 | -10/+6 |
* | | Revert "Merge branch 'eddie/kernel_makeblackbox' into eddie/abc9_auto_dff" | Eddie Hung | 2020-05-14 | 1 | -1/+0 |
* | | kernel: Module::makeblackbox() to clear connections + delete wires last | Eddie Hung | 2020-05-14 | 1 | -0/+1 |
|/ |
|
* | Fix clang compiler warning | Claire Wolf | 2020-05-08 | 1 | -2/+2 |
* | Merge pull request #2022 from Xiretza/fallthroughs | whitequark | 2020-05-08 | 1 | -0/+10 |
|\ |
|
| * | Add YS_FALLTHROUGH macro to mark case fall-through | Xiretza | 2020-05-07 | 1 | -0/+10 |
* | | Merge pull request #2005 from YosysHQ/claire/fix1990 | Claire Wolf | 2020-05-07 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Add "nowrshmsk" attribute, fix shift-and-mask bit slice write for signed offs... | Claire Wolf | 2020-05-02 | 1 | -0/+1 |
* | | frontend: cleanup to use more ID::*, more dict<> instead of map<> | Eddie Hung | 2020-05-04 | 1 | -0/+3 |
* | | Merge pull request #2000 from whitequark/log_error-trap | whitequark | 2020-05-03 | 2 | -3/+44 |
|\ \
| |/
|/| |
|
| * | kernel: Trap in `log_error()` when a debugger is attached. | whitequark | 2020-05-03 | 2 | -3/+44 |
* | | Add WASI platform support. | whitequark | 2020-04-30 | 4 | -10/+40 |
* | | Merge pull request #1992 from YosysHQ/eddie/bugpoint_help | Eddie Hung | 2020-04-27 | 1 | -0/+1 |
|\ \ |
|
| * | | bugpoint: (* keep *) to (* bugpoint_keep *); also apply to modules/cells | Eddie Hung | 2020-04-24 | 1 | -0/+1 |
* | | | verific: do not assert if wire not found; warn instead | Eddie Hung | 2020-04-23 | 1 | -0/+1 |
|/ / |
|
* / | kernel: Cell::getParam() to throw exception again if not found | Eddie Hung | 2020-04-22 | 1 | -3/+2 |
|/ |
|
* | Merge pull request #1969 from boqwxp/pool_emplace | Eddie Hung | 2020-04-22 | 1 | -2/+32 |
|\ |
|
| * | pool: add emplace() function | Eddie Hung | 2020-04-22 | 1 | -0/+6 |
| * | kernel: Rename arguments to rvalue-reference-accepting functions. | Alberto Gonzalez | 2020-04-21 | 1 | -8/+8 |
| * | Add rvalue-reference-accepting `entry_t` constructor for `pool`. | Alberto Gonzalez | 2020-04-20 | 1 | -0/+1 |
| * | In `pool`, construct `entry_t`s in-place and add an rvalue-accepting-and-forw... | Alberto Gonzalez | 2020-04-20 | 1 | -2/+25 |
* | | Use default parameter value in getParam | Marcelina Kościelnicka | 2020-04-21 | 1 | -1/+10 |
* | | ilang, ast: Store parameter order and default value information. | Marcelina Kościelnicka | 2020-04-21 | 2 | -2/+4 |
* | | idict: Make iterator go forward. | Marcelina Kościelnicka | 2020-04-21 | 1 | -5/+19 |
|/ |
|
* | rtlil: add AttrObject::has_attribute. | whitequark | 2020-04-16 | 2 | -0/+7 |
* | rtlil: add AttrObject::{get,set}_string_attribute. | whitequark | 2020-04-16 | 2 | -19/+26 |
* | Merge pull request #1896 from boqwxp/read_stdin_repl | whitequark | 2020-04-16 | 1 | -3/+4 |
|\ |
|
| * | Use script-style heredoc syntax for REPL heredocs. | Alberto Gonzalez | 2020-04-15 | 1 | -7/+7 |
| * | Allow reading file input from stdin, improving REPL experience. | Alberto Gonzalez | 2020-04-15 | 1 | -6/+7 |
* | | Merge pull request #1927 from YosysHQ/eddie/design_remove_assert | Eddie Hung | 2020-04-16 | 1 | -0/+1 |
|\ \ |
|
| * | | kernel: Design::remove(RTLIL::Module *) to check refcount_modules_ | Eddie Hung | 2020-04-14 | 1 | -0/+1 |
* | | | Merge pull request #1915 from boqwxp/dict_move_semantics | whitequark | 2020-04-16 | 1 | -4/+68 |
|\ \ \ |
|
| * | | | Rename overloaded `insert()` to `emplace()` and add overloaded versions for a... | Alberto Gonzalez | 2020-04-16 | 1 | -1/+31 |
| * | | | Add `dict` support for rvalue references and C++11 move semantics. | Alberto Gonzalez | 2020-04-13 | 1 | -4/+38 |
| |/ / |
|
* | | | Merge pull request #1894 from YosysHQ/mingw_fix | Miodrag Milanović | 2020-04-15 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Fix compile for mingw | Miodrag Milanovic | 2020-04-15 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Merge pull request #1916 from YosysHQ/eddie/kernel_makeblackbox | Eddie Hung | 2020-04-15 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | kernel: Module::makeblackbox() to clear connections too | Eddie Hung | 2020-04-13 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #1830 from boqwxp/qbfsat | N. Engelhardt | 2020-04-15 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Hole value recovery and specialization implementation for `qbfsat` command. | Alberto Gonzalez | 2020-04-04 | 1 | -0/+7 |
* | | | Support custom PROGRAM_PREFIX | Miodrag Milanovic | 2020-04-10 | 2 | -1/+11 |
| |/
|/| |
|