Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed port ordering in "splitnets" cmd | Clifford Wolf | 2015-09-01 | 1 | -7/+18 | |
| | ||||||
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 1 | -3/+3 | |
| | | | | Smaller this time | |||||
* | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 2 | -2/+2 | |
| | ||||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 8 | -16/+16 | |
| | ||||||
* | Some ASCII encoding fixes (comments and docs) by Larry Doolittle | Clifford Wolf | 2015-08-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed "check" command for inout ports | Clifford Wolf | 2015-07-27 | 1 | -3/+11 | |
| | ||||||
* | Some fixes in "select" command | Clifford Wolf | 2015-07-16 | 1 | -1/+3 | |
| | ||||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 17 | -56/+56 | |
| | ||||||
* | Bugfix in chparam | Clifford Wolf | 2015-06-30 | 1 | -6/+5 | |
| | ||||||
* | Added design->rename(module, new_name) | Clifford Wolf | 2015-06-30 | 1 | -3/+1 | |
| | ||||||
* | Added "rename -top new_name" | Clifford Wolf | 2015-06-17 | 1 | -0/+27 | |
| | ||||||
* | Fixed cstr_buf for std::string with small string optimization | Clifford Wolf | 2015-06-11 | 1 | -1/+1 | |
| | ||||||
* | Preserve important attributes in splitnets | Clifford Wolf | 2015-04-29 | 1 | -0/+13 | |
| | ||||||
* | Added "splice -wires" | Clifford Wolf | 2015-04-13 | 1 | -9/+20 | |
| | ||||||
* | Added support for "file names with blanks" | Clifford Wolf | 2015-04-08 | 1 | -20/+14 | |
| | ||||||
* | Added %M and %C select operators | Clifford Wolf | 2015-04-07 | 1 | -1/+38 | |
| | ||||||
* | Added "chparam -list" | Clifford Wolf | 2015-04-07 | 1 | -0/+21 | |
| | ||||||
* | typo fix | Clifford Wolf | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | Added "chparam" command | Clifford Wolf | 2015-04-07 | 1 | -0/+57 | |
| | ||||||
* | documentation improvements | Clifford Wolf | 2015-03-29 | 1 | -0/+4 | |
| | ||||||
* | Fixed "check -assert" | Clifford Wolf | 2015-02-22 | 1 | -1/+1 | |
| | ||||||
* | Added "check -assert" doc | Clifford Wolf | 2015-02-22 | 1 | -0/+3 | |
| | ||||||
* | Added "check -assert" | Clifford Wolf | 2015-02-22 | 1 | -0/+8 | |
| | ||||||
* | Changed "show" defaults for Win32 | Clifford Wolf | 2015-02-19 | 1 | -1/+4 | |
| | ||||||
* | Added "select %xe %cie %coe" | Clifford Wolf | 2015-02-18 | 1 | -7/+28 | |
| | ||||||
* | Added Viz to yosys.js | Clifford Wolf | 2015-02-15 | 1 | -1/+6 | |
| | ||||||
* | Added "check -noinit" | Clifford Wolf | 2015-02-15 | 1 | -3/+19 | |
| | ||||||
* | Fixed "stat" handling of blackbox modules | Clifford Wolf | 2015-02-14 | 1 | -9/+6 | |
| | ||||||
* | hotfix in "check" command | Clifford Wolf | 2015-02-13 | 1 | -1/+2 | |
| | ||||||
* | Added "check" command | Clifford Wolf | 2015-02-13 | 2 | -0/+127 | |
| | ||||||
* | Added "scc -expect <N> -nofeedback" | Clifford Wolf | 2015-02-10 | 1 | -7/+48 | |
| | ||||||
* | Fixed iterator invalidation bug in "rename" command | Clifford Wolf | 2015-02-09 | 1 | -3/+4 | |
| | ||||||
* | Fixed bug in "show -format .." | Clifford Wolf | 2015-02-08 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Rethrow with "catch(...) throw;" | Clifford Wolf | 2015-01-25 | 2 | -4/+4 | |
| | ||||||
* | Improved xdot calling | Clifford Wolf | 2015-01-22 | 1 | -2/+2 | |
| | ||||||
* | Only enable code coverage counters on linux | Clifford Wolf | 2015-01-09 | 1 | -2/+2 | |
| | ||||||
* | Fixed a bug in "select %ci %co %x" | Clifford Wolf | 2014-12-30 | 1 | -4/+5 | |
| | ||||||
* | Fixed memory corruption in "splice" command | Clifford Wolf | 2014-12-29 | 1 | -13/+16 | |
| | ||||||
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 2 | -3/+3 | |
| | ||||||
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 2 | -3/+3 | |
| | ||||||
* | Replaced std::unordered_set (nodict) with Yosys::pool | Clifford Wolf | 2014-12-26 | 2 | -5/+5 | |
| | ||||||
* | Added Yosys::{dict,nodict,vector} container types | Clifford Wolf | 2014-12-26 | 5 | -12/+12 | |
| | ||||||
* | Indenting fix in show.cc | Clifford Wolf | 2014-12-23 | 1 | -2/+2 | |
| | ||||||
* | Added "show -colorattr" | Clifford Wolf | 2014-12-23 | 1 | -4/+35 | |
| | ||||||
* | Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN | Clifford Wolf | 2014-11-09 | 1 | -6/+6 | |
| | ||||||
* | Added log_warning() API | Clifford Wolf | 2014-11-09 | 1 | -1/+1 | |
| |