| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typographical and grammatical errors and inconsistencies. | whitequark | 2019-01-02 | 1 | -1/+1 |
* | select: print selection if a -assert-* flag causes an error. | whitequark | 2018-12-16 | 1 | -8/+50 |
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -7/+7 |
* | Recognize stand-alone obj pattern even when it contains a slash | Clifford Wolf | 2018-02-13 | 1 | -0/+3 |
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -0/+2 |
* | More intuitive handling of "cd .." for singleton modules | Clifford Wolf | 2017-08-19 | 1 | -2/+38 |
* | Replaced "select -assert-limit" with -assert-max and -assert-min | Clifford Wolf | 2016-07-01 | 1 | -42/+29 |
* | Added 'assert-limit' option for 'select' command | eshellko | 2016-07-01 | 1 | -5/+42 |
* | Added %R select expression | Clifford Wolf | 2015-12-20 | 1 | -0/+50 |
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 1 | -3/+3 |
* | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -2/+2 |
* | Some fixes in "select" command | Clifford Wolf | 2015-07-16 | 1 | -1/+3 |
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -7/+7 |
* | Added %M and %C select operators | Clifford Wolf | 2015-04-07 | 1 | -1/+38 |
* | Added "select %xe %cie %coe" | Clifford Wolf | 2015-02-18 | 1 | -7/+28 |
* | Fixed eval_select_op() api | Clifford Wolf | 2015-02-08 | 1 | -1/+1 |
* | Added eval_select_args() and eval_select_op() | Clifford Wolf | 2015-02-08 | 1 | -4/+27 |
* | Added "select -read" | Clifford Wolf | 2015-02-06 | 1 | -5/+39 |
* | Using selections in "ls" command | Clifford Wolf | 2015-02-01 | 1 | -34/+30 |
* | Fixed a bug in "select %ci %co %x" | Clifford Wolf | 2014-12-30 | 1 | -4/+5 |
* | Added Yosys::{dict,nodict,vector} container types | Clifford Wolf | 2014-12-26 | 1 | -2/+2 |
* | Added log_warning() API | Clifford Wolf | 2014-11-09 | 1 | -1/+1 |
* | Various win32 / vs build fixes | Clifford Wolf | 2014-10-17 | 1 | -5/+5 |
* | Moved patmatch() to yosys.cc | Clifford Wolf | 2014-10-10 | 1 | -1/+0 |
* | Replaced fnmatch() with patmatch() | Clifford Wolf | 2014-10-10 | 1 | -8/+7 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -0/+10 |
* | Corrected spelling mistakes found by lintian | Ruben Undheim | 2014-09-06 | 1 | -2/+2 |
* | No implicit conversion from IdString to anything else | Clifford Wolf | 2014-08-02 | 1 | -2/+2 |
* | More bugfixes related to new RTLIL::IdString | Clifford Wolf | 2014-08-02 | 1 | -3/+3 |
* | Preparations for RTLIL::IdString redesign: cleanup of existing code | Clifford Wolf | 2014-08-02 | 1 | -2/+2 |
* | Using log_assert() instead of assert() | Clifford Wolf | 2014-07-28 | 1 | -1/+1 |
* | Refactoring: Renamed RTLIL::Design::modules to modules_ | Clifford Wolf | 2014-07-27 | 1 | -20/+20 |
* | Refactoring: Renamed RTLIL::Module::cells to cells_ | Clifford Wolf | 2014-07-27 | 1 | -14/+14 |
* | Refactoring: Renamed RTLIL::Module::wires to wires_ | Clifford Wolf | 2014-07-27 | 1 | -16/+16 |
* | Changed users of cell->connections_ to the new API (sed command) | Clifford Wolf | 2014-07-26 | 1 | -2/+2 |
* | Renamed RTLIL::{Module,Cell}::connections to connections_ | Clifford Wolf | 2014-07-26 | 1 | -2/+2 |
* | SigSpec refactoring: using the accessor functions everywhere | Clifford Wolf | 2014-07-22 | 1 | -1/+1 |
* | SigSpec refactoring: renamed chunks and width to __chunks and __width | Clifford Wolf | 2014-07-22 | 1 | -1/+1 |
* | Added "select -assert-count" | Clifford Wolf | 2014-07-20 | 1 | -6/+43 |
* | Added %D and %c select commands | Clifford Wolf | 2014-06-14 | 1 | -2/+20 |
* | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 1 | -0/+1 |
* | Added != support for relational select pattern | Clifford Wolf | 2014-02-16 | 1 | -1/+7 |
* | Added %a select operator | Clifford Wolf | 2014-02-08 | 1 | -0/+32 |
* | Added support for s: select expressions (wire width) | Clifford Wolf | 2014-02-06 | 1 | -1/+21 |
* | Added i:, o:, and x: selection pattern | Clifford Wolf | 2014-02-06 | 1 | -0/+18 |
* | Added support for %m selection op | Clifford Wolf | 2014-02-06 | 1 | -0/+16 |
* | new %s: add sub-modules to selection | Johann Glaser | 2014-02-06 | 1 | -0/+25 |
* | Simplified select "Assertation failed" message generation | Clifford Wolf | 2014-02-05 | 1 | -16/+4 |
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2014-02-05 | 1 | -7/+24 |
|\ |
|