| Commit message (Expand) | Author | Age | Files | Lines |
* | Small fixes | Eddie Hung | 2020-02-27 | 1 | -2/+2 |
* | Fixes for older compilers | Eddie Hung | 2020-02-27 | 1 | -1/+8 |
* | Make TimingInfo::TimingInfo(SigBit) constructor explicit | Eddie Hung | 2020-02-27 | 1 | -4/+5 |
* | TimingInfo: index by (port_name,offset) | Eddie Hung | 2020-02-27 | 1 | -9/+19 |
* | Fix spacing | Eddie Hung | 2020-02-27 | 1 | -50/+50 |
* | Get rid of (* abc9_{arrival,required} *) entirely | Eddie Hung | 2020-02-27 | 1 | -3/+4 |
* | abc9_ops: use TimingInfo for -prep_{lut,box} too | Eddie Hung | 2020-02-27 | 1 | -1/+4 |
* | abc9_ops: use TimingInfo for -prep_{lut,box} too | Eddie Hung | 2020-02-27 | 1 | -18/+2 |
* | abc9_ops: add and use new TimingInfo struct | Eddie Hung | 2020-02-27 | 1 | -0/+173 |
* | Merge pull request #1705 from YosysHQ/logger_pass | Miodrag Milanović | 2020-02-26 | 3 | -2/+100 |
|\ |
|
| * | Remove duplicate warning detection | Miodrag Milanovic | 2020-02-23 | 1 | -0/+6 |
| * | Handle expect no warnings together with expected | Miodrag Milanovic | 2020-02-22 | 3 | -4/+12 |
| * | Prevent double error message | Miodrag Milanovic | 2020-02-17 | 1 | -1/+3 |
| * | Option to expect no warnings | Miodrag Milanovic | 2020-02-17 | 3 | -0/+5 |
| * | No new error if already failing | Miodrag Milanovic | 2020-02-17 | 1 | -1/+2 |
| * | remove whitespace | Miodrag Milanovic | 2020-02-14 | 1 | -1/+1 |
| * | Add expect option to logger command | Miodrag Milanovic | 2020-02-14 | 3 | -2/+78 |
* | | specify: system timing checks to accept min:typ:max triple | Eddie Hung | 2020-02-13 | 1 | -2/+6 |
|/ |
|
* | Merge pull request #1659 from YosysHQ/clifford/experimental | Claire Wolf | 2020-01-29 | 5 | -3/+55 |
|\ |
|
| * | Improve logging use of experimental features | Claire Wolf | 2020-01-28 | 3 | -4/+8 |
| * | Add log_experimental() and experimental() API and "yosys -x" | Claire Wolf | 2020-01-27 | 5 | -3/+51 |
* | | 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 | Cassie Jones | 2020-01-05 | 1 | -0/+6 |
* | | 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/abc9_scra... | Eddie Hung | 2020-01-09 | 3 | -1/+20 |
|\ \ |
|
| * | | Add Pass::on_register() and Pass::on_shutdown() | Clifford Wolf | 2020-01-09 | 3 | -1/+20 |
| |/ |
|
* | | 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 |
* | kernel: require \B_SIGNED=0 on $shl, $sshl, $shr, $sshr. | whitequark | 2019-12-04 | 1 | -3/+21 |
* | 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 | 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. | Henner Zeller | 2019-09-29 | 1 | -0/+2 |
* | | 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 |
* | 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 |