| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump year in copyright notice | Clifford Wolf | 2019-08-22 | 1 | -1/+1 |
* | Merge pull request #1283 from YosysHQ/clifford/fix1255 | Clifford Wolf | 2019-08-17 | 1 | -1/+1 |
|\ |
|
| * | 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 |
* | | | 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 |
* | | Use ID() in kernel/*, add simple ID:: hack (to be improved upon later) | Clifford Wolf | 2019-08-11 | 10 | -1160/+1182 |
* | | More improvements and cleanups in IdString subsystem | Clifford Wolf | 2019-08-11 | 3 | -43/+54 |
* | | Improve API of ID() macro | Clifford Wolf | 2019-08-11 | 1 | -2/+10 |
|/ |
|
* | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 8 | -86/+90 |
|\ |
|
| * | 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 |
| * | | Fix typos | Eddie Hung | 2019-08-06 | 2 | -4/+4 |
| * | | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 1 | -3/+3 |
| * | | Use IdString::begins_with() | Eddie Hung | 2019-08-06 | 2 | -7/+11 |
| * | | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 1 | -1/+1 |
* | | | Automatically prune init attributes in verific front-end, fixes #1237 | Clifford Wolf | 2019-08-07 | 1 | -5/+14 |
| |/
|/| |
|
* | | Merge pull request #1213 from YosysHQ/eddie/wreduce_add | Clifford Wolf | 2019-08-07 | 1 | -0/+2 |
|\ \ |
|
| * | | Add SigSpec::extract_end() convenience function | Eddie Hung | 2019-08-06 | 1 | -0/+1 |
| * | | Restore original SigSpec::extract() | Eddie Hung | 2019-08-06 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/master' into eddie/wreduce_add | Eddie Hung | 2019-08-06 | 10 | -28/+184 |
| |\| |
|
| * | | Add an SigSpec::at(offset, defval) convenience method | Eddie Hung | 2019-07-19 | 1 | -0/+1 |
| * | | SigSpec::extract to take negative lengths | Eddie Hung | 2019-07-19 | 1 | -1/+1 |
* | | | Merge pull request #1253 from YosysHQ/clifford/check | Clifford Wolf | 2019-08-07 | 3 | -9/+17 |
|\ \ \ |
|
| * | | | Be less aggressive with running design->check() | Clifford Wolf | 2019-08-06 | 3 | -9/+17 |
* | | | | Tweak default gate costs, cleanup "stat -tech cmos" | Clifford Wolf | 2019-08-07 | 1 | -4/+4 |
* | | | | Redesign of cell cost API | Clifford Wolf | 2019-08-07 | 1 | -71/+77 |
| |_|/
|/| | |
|
* | | | Add support for writing gzip-compressed files | David Shah | 2019-08-06 | 1 | -7/+60 |
|/ / |
|
* | | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 7 | -9/+46 |
* | | New mxe hacks needed to support 2ca237e | Miodrag Milanovic | 2019-08-01 | 1 | -0/+4 |
* | | Fix case when file does not exist | Miodrag Milanovic | 2019-07-29 | 1 | -19/+21 |
* | | Merge pull request #1226 from YosysHQ/dave/gzip | David Shah | 2019-07-27 | 2 | -9/+52 |
|\ \ |
|
| * | | Fix frontend auto-detection for gzipped input | David Shah | 2019-07-26 | 1 | -9/+12 |
| * | | Add support for reading gzip'd input files | David Shah | 2019-07-26 | 1 | -0/+40 |
| |/ |
|
* | | replaced std::iterator with using statements | Jakob Wenzel | 2019-07-25 | 1 | -6/+6 |
* | | made ObjectIterator extend std::iterator | Jakob Wenzel | 2019-07-24 | 2 | -2/+19 |
|/ |
|
* | Revert "Add log_checkpoint function and use it in opt_muxtree" | Eddie Hung | 2019-07-15 | 2 | -8/+0 |
* | Redesign log_id_cache so that it doesn't keep IdString instances referenced, ... | Clifford Wolf | 2019-07-15 | 1 | -6/+13 |
* | Add log_checkpoint function and use it in opt_muxtree | Clifford Wolf | 2019-07-15 | 2 | -0/+8 |
* | Merge pull request #1162 from whitequark/rtlil-case-attrs | Clifford Wolf | 2019-07-09 | 1 | -1/+1 |
|\ |
|
| * | Allow attributes on individual switch cases in RTLIL. | whitequark | 2019-07-08 | 1 | -1/+1 |
* | | Clarify script -scriptwire doc | Eddie Hung | 2019-07-08 | 1 | -0/+4 |
|/ |
|
* | Use Pass::call_on_module() as per @cliffordwolf comments | Eddie Hung | 2019-07-02 | 1 | -1/+1 |