Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1659 from YosysHQ/clifford/experimental | Claire Wolf | 2020-01-29 | 5 | -3/+55 |
|\ | | | | | Add log_experimental() and experimental() API and "yosys -x" | ||||
| * | Improve logging use of experimental features | Claire Wolf | 2020-01-28 | 3 | -4/+8 |
| | | | | | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
| * | Add log_experimental() and experimental() API and "yosys -x" | Claire Wolf | 2020-01-27 | 5 | -3/+51 |
| | | | | | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
* | | Add and use SigSpec::reverse() | Eddie Hung | 2020-01-28 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1613 from porglezomp-misc/version-flag-alias | Claire Wolf | 2020-01-27 | 1 | -0/+6 |
|\ | | | | | Add --version and -version as aliases for -V | ||||
| * | Add --version and -version as aliases for -V | Cassie Jones | 2020-01-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | The flag --version is commonly accepted by command line tools. The code for the version flags added here matches the pattern used for the help flag aliases, for consistency. Fixes #1612 | ||||
* | | As before, only display MEM if Linux or FreeBSD | Eddie Hung | 2020-01-14 | 1 | -3/+7 |
| | | |||||
* | | print_stats footer to return peak memory, option for including children | Eddie Hung | 2020-01-14 | 1 | -28/+12 |
| | | |||||
* | | Move abc9.* constpad entries to Abc9Pass::on_register() | Eddie Hung | 2020-01-09 | 1 | -35/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/clifford/onpassreg' into ↵ | Eddie Hung | 2020-01-09 | 3 | -1/+20 |
|\ \ | | | | | | | | | | eddie/abc9_scratchpad | ||||
| * | | Add Pass::on_register() and Pass::on_shutdown() | Clifford Wolf | 2020-01-09 | 3 | -1/+20 |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add abc9.if.script.flow{,2} to constpad | Eddie Hung | 2020-01-08 | 1 | -6/+32 |
| | | |||||
* | | Add RTLIL::constpad, init by yosys_setup(); use for abc9 | Eddie Hung | 2020-01-08 | 3 | -0/+12 |
|/ | |||||
* | Always create $shl, $shr, $sshl, $sshr cells with unsigned B inputs | Clifford Wolf | 2020-01-02 | 1 | -4/+25 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | kernel: require \B_SIGNED=0 on $shl, $sshl, $shr, $sshr. | whitequark | 2019-12-04 | 1 | -3/+21 |
| | | | | | | | Before this commit, these cells would accept any \B_SIGNED and in case of \B_SIGNED=1, would still treat the \B input as unsigned. Also fix the Verilog frontend to never emit such constructs. | ||||
* | Fix for SigSpec() == SigSpec(State::Sx, 0) to be true again | Eddie Hung | 2019-10-04 | 1 | -0/+6 |
| | |||||
* | Add Const::{begin,end,empty}() | Eddie Hung | 2019-10-04 | 1 | -0/+3 |
| | |||||
* | log_dump() to support State enum | Eddie Hung | 2019-10-02 | 3 | -0/+6 |
| | |||||
* | Fix typo | Eddie Hung | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1416 from YosysHQ/mmicko/frontend_binary_in | Miodrag Milanović | 2019-09-30 | 2 | -3/+3 |
|\ | | | | | Open aig frontend as binary file | ||||
| * | Open aig frontend as binary file | Miodrag Milanovic | 2019-09-29 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request #1414 from hzeller/improve-replace-with-empty-map | Eddie Hung | 2019-09-29 | 1 | -0/+2 |
|\ \ | |/ |/| | Avoid work in replace() if rules empty. | ||||
| * | Avoid work in replace() if rules empty. | Henner Zeller | 2019-09-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | This speeds up processing when number of bits are large but there is actually nothing to replace. Adresses part of #1382. Signed-off-by: Henner Zeller <h.zeller@acm.org> | ||||
* | | Support binary files for backends, fixes #1407 | Miodrag Milanovic | 2019-09-28 | 2 | -3/+3 |
|/ | |||||
* | Make read/write gzip files on macos works, fixes #1357 | Miodrag Milanovic | 2019-09-26 | 1 | -3/+11 |
| | |||||
* | Spacing | Eddie Hung | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | Use template specialisation | Eddie Hung | 2019-09-13 | 1 | -2/+9 |
| | |||||
* | Revert "SigSet<Cell*> to use stable compare class" | Eddie Hung | 2019-09-13 | 1 | -1/+1 |
| | | | | This reverts commit 4ea34aaacdf6f76e11a83d5eb2a53ba7e75f7c11. | ||||
* | Grammar | Eddie Hung | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | static_assert to enforce this going forward | Eddie Hung | 2019-09-12 | 1 | -0/+2 |
| | |||||
* | SigSet<Cell*> to use stable compare class | Eddie Hung | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | Bump year in copyright notice | Clifford Wolf | 2019-08-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1283 from YosysHQ/clifford/fix1255 | Clifford Wolf | 2019-08-17 | 1 | -1/+1 |
|\ | | | | | Fix various NDEBUG compiler warnings | ||||
| * | Merge branch 'master' into clifford/fix1255 | Clifford Wolf | 2019-08-15 | 11 | -1207/+1271 |
| |\ | |||||
| * | | Fix various NDEBUG compiler warnings, closes #1255 | Clifford Wolf | 2019-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Move namespace alias | Eddie Hung | 2019-08-16 | 1 | -2/+1 |
| | | | |||||
* | | | Try this for gcc-4.8? | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fix spacing | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 8 | -286/+288 |
| | | | |||||
* | | | More use of IdString::in() | Eddie Hung | 2019-08-15 | 1 | -26/+25 |
| |/ |/| | |||||
* | | Add YOSYS_NO_IDS_REFCNT configuration macro | Clifford Wolf | 2019-08-11 | 2 | -2/+25 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Use ID() in kernel/*, add simple ID:: hack (to be improved upon later) | Clifford Wolf | 2019-08-11 | 10 | -1160/+1182 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | More improvements and cleanups in IdString subsystem | Clifford Wolf | 2019-08-11 | 3 | -43/+54 |
| | | | | | | | | | | | | | | | | | | - better use of "inline" keyword - deprecate "sticky" IDs feature - improve handling of empty ID - add move constructor Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Improve API of ID() macro | Clifford Wolf | 2019-08-11 | 1 | -2/+10 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 8 | -86/+90 |
|\ | | | | | Cleanup a few barnacles across codebase | ||||
| * | substr() -> compare() | Eddie Hung | 2019-08-07 | 2 | -32/+32 |
| | | |||||
| * | RTLIL::S{0,1} -> State::S{0,1} for headers | Eddie Hung | 2019-08-07 | 5 | -40/+40 |
| | | |||||
| * | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-07 | 1 | -6/+6 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into eddie/cleanup | Eddie Hung | 2019-08-07 | 5 | -80/+96 |
| |\ | |||||
| * | | stoi -> atoi | Eddie Hung | 2019-08-07 | 1 | -3/+3 |
| | | |