Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improved -v option | Clifford Wolf | 2014-12-30 | 1 | -2/+9 | |
| | ||||||
* | typo fix for "opt -fast" | Clifford Wolf | 2014-12-30 | 1 | -1/+1 | |
| | ||||||
* | print timing details (-d) in -q mode | Clifford Wolf | 2014-12-30 | 1 | -0/+4 | |
| | ||||||
* | Fixed a bug in "select %ci %co %x" | Clifford Wolf | 2014-12-30 | 1 | -4/+5 | |
| | ||||||
* | Added more information to CodingReadme | Clifford Wolf | 2014-12-30 | 1 | -6/+110 | |
| | ||||||
* | Fixed typo in ABC command | Clifford Wolf | 2014-12-30 | 1 | -2/+2 | |
| | ||||||
* | added hashlib::mkhash_init | Clifford Wolf | 2014-12-30 | 4 | -5/+8 | |
| | ||||||
* | Fixed simlib entries for $memrd and $memwr | Clifford Wolf | 2014-12-30 | 1 | -0/+2 | |
| | ||||||
* | Small optimization in hashlib | Clifford Wolf | 2014-12-30 | 1 | -4/+4 | |
| | ||||||
* | Improvements in hashlib | Clifford Wolf | 2014-12-30 | 1 | -85/+74 | |
| | ||||||
* | Fixed build with SMALL=1 | Clifford Wolf | 2014-12-30 | 3 | -1/+6 | |
| | ||||||
* | Put dummy reference to empty idstring in yosys_shutdown() | Clifford Wolf | 2014-12-29 | 1 | -0/+3 | |
| | ||||||
* | Improved free list management in hashlib | Clifford Wolf | 2014-12-29 | 1 | -12/+108 | |
| | ||||||
* | Fixed memory corruption in "splice" command | Clifford Wolf | 2014-12-29 | 1 | -13/+16 | |
| | ||||||
* | Added statehash to ezSAT | Clifford Wolf | 2014-12-29 | 3 | -8/+52 | |
| | ||||||
* | Less verbose ABC output | Clifford Wolf | 2014-12-29 | 3 | -23/+55 | |
| | ||||||
* | Added global yosys_celltypes | Clifford Wolf | 2014-12-29 | 3 | -41/+67 | |
| | ||||||
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 7 | -1/+153 | |
| | ||||||
* | Cleanups in opt_clean | Clifford Wolf | 2014-12-29 | 1 | -10/+10 | |
| | ||||||
* | Fixed comment parsing in Pass::call() | Clifford Wolf | 2014-12-29 | 1 | -3/+8 | |
| | ||||||
* | dict/pool changes in opt_clean | Clifford Wolf | 2014-12-29 | 2 | -5/+14 | |
| | ||||||
* | Added newline support to Pass::call() parser | Clifford Wolf | 2014-12-29 | 1 | -0/+12 | |
| | ||||||
* | dict/pool changes in ast | Clifford Wolf | 2014-12-29 | 4 | -16/+30 | |
| | ||||||
* | gcc build fixes | Clifford Wolf | 2014-12-29 | 1 | -11/+16 | |
| | ||||||
* | Converting "share" to dict<> and pool<> complete | Clifford Wolf | 2014-12-29 | 3 | -36/+62 | |
| | ||||||
* | Switched most of "share" to dict<> and pool<> | Clifford Wolf | 2014-12-29 | 1 | -16/+17 | |
| | ||||||
* | Added mkhash_xorshift() | Clifford Wolf | 2014-12-29 | 4 | -13/+38 | |
| | ||||||
* | Some changes to hashlib to make for better stl compatibility | Clifford Wolf | 2014-12-28 | 1 | -12/+14 | |
| | ||||||
* | Some cleanups | Clifford Wolf | 2014-12-28 | 3 | -11/+20 | |
| | ||||||
* | Added memhasher (yosys -M) | Clifford Wolf | 2014-12-28 | 4 | -2/+56 | |
| | ||||||
* | using dict and pool in opt_reduce | Clifford Wolf | 2014-12-28 | 1 | -5/+5 | |
| | ||||||
* | bugfix in opt_share | Clifford Wolf | 2014-12-28 | 1 | -0/+1 | |
| | ||||||
* | Changed more code to dict<> and pool<> | Clifford Wolf | 2014-12-28 | 5 | -17/+17 | |
| | ||||||
* | Fixed performance bug in object hashing | Clifford Wolf | 2014-12-28 | 2 | -6/+6 | |
| | ||||||
* | Improved hashlib iterator implementation | Clifford Wolf | 2014-12-28 | 1 | -24/+36 | |
| | ||||||
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 11 | -58/+124 | |
| | ||||||
* | Various improvements in ModIndex | Clifford Wolf | 2014-12-27 | 1 | -5/+53 | |
| | ||||||
* | More dict/pool related changes | Clifford Wolf | 2014-12-27 | 6 | -54/+77 | |
| | ||||||
* | Added memory statistics (at least on linux) | Clifford Wolf | 2014-12-27 | 1 | -3/+23 | |
| | ||||||
* | Better help message printing for command line tool | Clifford Wolf | 2014-12-27 | 1 | -72/+77 | |
| | ||||||
* | Improved some warning messages | Clifford Wolf | 2014-12-27 | 1 | -6/+18 | |
| | ||||||
* | Fixed mem2reg warning message | Clifford Wolf | 2014-12-27 | 1 | -3/+3 | |
| | ||||||
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 9 | -18/+40 | |
| | ||||||
* | Some cleanups in dict/pool hashtable implementation | Clifford Wolf | 2014-12-26 | 1 | -61/+33 | |
| | ||||||
* | Using Yosys::dict and Yosys::pool in sigtools.h | Clifford Wolf | 2014-12-26 | 1 | -4/+7 | |
| | ||||||
* | Replaced std::unordered_set (nodict) with Yosys::pool | Clifford Wolf | 2014-12-26 | 8 | -137/+394 | |
| | ||||||
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 12 | -103/+318 | |
| | ||||||
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 6 | -7/+246 | |
| | ||||||
* | Temporary gcc 4.6 build hotfix for Yosys::dict and Yosys::nodict | Clifford Wolf | 2014-12-26 | 1 | -8/+3 | |
| | ||||||
* | Added "yosys -d" command line option | Clifford Wolf | 2014-12-26 | 1 | -10/+28 | |
| |