Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2203 from antmicro/fix-grammar | clairexen | 2020-07-01 | 2 | -4/+38 |
|\ | | | | | Signed and macro grammar update | ||||
| * | Add signed/unsigned tests | Kamil Rakoczy | 2020-06-26 | 1 | -0/+28 |
| | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
| * | Parse macro call attached semicolon as empty expression | Lukasz Dalek | 2020-06-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukasz Dalek <ldalek@antmicro.com> | ||||
| * | Fix integer signing grammar | Lukasz Dalek | 2020-06-26 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes signed/unsigned grammar in parameters as defined in SV LRM A2.2.1. Example of correct parameters: parameter integer signed i = 0; parameter integer unsigned i = 0; Example of incorrect parameters: parameter signed integer i = 0; parameter unsigned integer i = 0; Signed-off-by: Lukasz Dalek <ldalek@antmicro.com> Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
* | | Merge pull request #2179 from splhack/static-cast | clairexen | 2020-07-01 | 11 | -0/+135 |
|\ \ | | | | | | | Support SystemVerilog Static Cast | ||||
| * | | static cast: simplify | Kazuki Sakamoto | 2020-06-19 | 1 | -0/+7 |
| | | | |||||
| * | | static cast: add tests | Kazuki Sakamoto | 2020-06-19 | 5 | -0/+80 |
| | | | |||||
| * | | static cast: support changing size and signedness | Kazuki Sakamoto | 2020-06-19 | 6 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Support SystemVerilog Static Cast - size - signedness - (type is not supposted yet) Fix #535 | ||||
* | | | Merge pull request #2138 from boqwxp/qbfsat-oflag | clairexen | 2020-07-01 | 1 | -16/+47 |
|\ \ \ | | | | | | | | | qbfsat: Add `-O[012]` options to control pre-solving simplification with ABC | ||||
| * | | | qbfsat: Add `-O[012]` options to control pre-solving simplification with ABC. | Alberto Gonzalez | 2020-06-30 | 1 | -16/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @mwk for the gate mapping part of the ABC scripts. Co-Authored-By: Marcelina Kościelnicka <mwk@0x04.net> | ||||
* | | | | Merge pull request #2206 from boqwxp/qbfsat-fix-name-specialization | clairexen | 2020-07-01 | 1 | -2/+24 |
|\ \ \ \ | | | | | | | | | | | qbfsat: Fix name-based hole specialization | ||||
| * | | | | qbfsat: Fix name-based hole specialization. | Alberto Gonzalez | 2020-06-30 | 1 | -2/+24 |
| |/ / / | | | | | | | | | | | | | Look for unique connections in the containing module with the $anyconst port Y SigBit on the RHS and use those. If no such connection is found, fall back to using the name of the $anyconst port Y SigBit. | ||||
* | | | | Merge pull request #2136 from zachjs/master | clairexen | 2020-06-30 | 3 | -1/+81 |
|\ \ \ \ | | | | | | | | | | | Allow constant function calls in for loops and generate if and case | ||||
| * | | | | Allow constant function calls in for loops and generate if and case | Zachary Snow | 2020-06-29 | 3 | -1/+81 |
| |/ / / | |||||
* | | | | Merge pull request #2199 from YosysHQ/mmicko/sim_memory | clairexen | 2020-06-30 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | sim - error when memrd and memwr detected | ||||
| * | | | | sim - error when memrd and memwr detected | Miodrag Milanovic | 2020-06-29 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Merge pull request #2201 from YosysHQ/fix_test_cell_ilang | clairexen | 2020-06-30 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Use ID macro to fix assertion | ||||
| * | | | | | Use ID macro to fix assertion | Miodrag Milanovic | 2020-06-29 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #2209 from YosysHQ/verific_update | clairexen | 2020-06-30 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Update verific API version check | ||||
| * | | | | | Update verific API version check | Miodrag Milanovic | 2020-06-30 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | simcells: Fix reset polarity for $_DLATCH_???_ cells. | Marcelina Kościelnicka | 2020-06-30 | 2 | -5/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #2205 from whitequark/fix-2204 | whitequark | 2020-06-30 | 1 | -2/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | techmap: don't drop attributes on replaced cells | ||||
| * | | | | techmap: don't drop attributes on replaced cells. | whitequark | 2020-06-29 | 1 | -2/+3 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | This was introduced in 76c4ee4ea5cb6a3dc214f66237af22a1bedda010. Fixes #2204. | ||||
* | | | | Merge pull request #2200 from YosysHQ/mmicko/fix_expose | Miodrag Milanović | 2020-06-29 | 1 | -7/+23 |
|\ \ \ \ | | | | | | | | | | | expose pass fix | ||||
| * | | | | Give error that options are exclusive | Miodrag Milanovic | 2020-06-29 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | cleanup | Miodrag Milanovic | 2020-06-29 | 1 | -12/+13 |
| | | | | | |||||
| * | | | | expose pass fix | Miodrag Milanovic | 2020-06-29 | 1 | -5/+16 |
| |/ / / | |||||
* | | | | Merge pull request #2197 from Xiretza/test_cell-shifts | whitequark | 2020-06-29 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | test_cell: don't generate directional shifts with \B_SIGNED=1 | ||||
| * | | | test_cell: don't generate directional shifts with \B_SIGNED=1 | Xiretza | 2020-06-28 | 1 | -0/+4 |
|/ / / | | | | | | | | | | | | | This was made an explicit error in e97e33d, "kernel: require \B_SIGNED=0 on $shl, $sshl, $shr, $sshr.". | ||||
* | | | Fix crash in verific frontend | Miodrag Milanovic | 2020-06-26 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #2193 from whitequark/cxxrtl-help-text | whitequark | 2020-06-26 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | cxxrtl: update help text | ||||
| * | | | cxxrtl: update help text. | whitequark | 2020-06-26 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #2188 from antmicro/missing-operators | whitequark | 2020-06-26 | 3 | -2/+132 |
|\ \ \ | | | | | | | | | Add logic-assignments operators | ||||
| * | | | Add sub-assign and and-assign tests | Kamil Rakoczy | 2020-06-25 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
| * | | | Move combined assign tests to single file | Kamil Rakoczy | 2020-06-25 | 4 | -45/+49 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
| * | | | Support missing sub-assign and and-assign operators | Kamil Rakoczy | 2020-06-25 | 2 | -2/+21 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
| * | | | Add xor-assignment test | Kamil Rakoczy | 2020-06-24 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
| * | | | Support missing xor-assign operator | Lukasz Dalek | 2020-06-24 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukasz Dalek <ldalek@antmicro.com> | ||||
| * | | | Add or-assignment and plus-assignment tests | Kamil Rakoczy | 2020-06-24 | 2 | -0/+30 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
| * | | | Add plus-assignment operator | Kamil Rakoczy | 2020-06-24 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
| * | | | Add or-assignment operator | Kamil Rakoczy | 2020-06-24 | 2 | -1/+11 |
| | |/ | |/| | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | ||||
* | | | Merge pull request #2189 from antmicro/optional-labels | whitequark | 2020-06-26 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Add support for optional labels | ||||
| * | | | Support optional labels at the end of package definition | Lukasz Dalek | 2020-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukasz Dalek <ldalek@antmicro.com> | ||||
| * | | | Support optional labels at the end of module definition | Lukasz Dalek | 2020-06-24 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Lukasz Dalek <ldalek@antmicro.com> | ||||
* | | | Merge pull request #2168 from whitequark/assert-unused-exprs | clairexen | 2020-06-25 | 13 | -43/+46 |
|\ \ \ | | | | | | | | | Use (and ignore) the expression provided to log_assert in NDEBUG builds | ||||
| * | | | Use [[maybe_unused]] instead of YS_ATTRIBUTE(unused). | whitequark | 2020-06-19 | 2 | -10/+18 |
| | | | | | | | | | | | | | | | | | | | | [[maybe_unused]] is available since C++17, so this commit adds a polyfill YS_MAYBE_UNUSED. Once we require C++17 we can drop it. | ||||
| * | | | Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug(). | whitequark | 2020-06-19 | 9 | -26/+26 |
| | | | | |||||
| * | | | Use (and ignore) the expression provided to log_debug in NDEBUG builds. | whitequark | 2020-06-19 | 1 | -2/+1 |
| | | | | |||||
| * | | | Use (and ignore) the expression provided to log_assert in NDEBUG builds. | whitequark | 2020-06-19 | 3 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | This avoids warnings in NDEBUG builds emitted when a variable is only used in log_assert, but is always defined. | ||||
* | | | | Merge pull request #2135 from boqwxp/qbfsat-timeinfo | clairexen | 2020-06-25 | 2 | -11/+14 |
|\ \ \ \ | | | | | | | | | | | log and qbfsat: Also include child process usage in `PerformanceTimer::query()` and report the time for each call to the QBF-SAT solver |