Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bram testbench (incomplete) | Clifford Wolf | 2015-01-01 | 2 | -0/+120 |
* | Progress in memory_bram | Clifford Wolf | 2015-01-01 | 1 | -22/+207 |
* | Fixed memory->start_offset handling | Clifford Wolf | 2015-01-01 | 3 | -6/+12 |
* | Progress in memory_bram | Clifford Wolf | 2015-01-01 | 1 | -37/+145 |
* | Removed SigSpec::extend_xx() api | Clifford Wolf | 2015-01-01 | 3 | -20/+1 |
* | Progress in memory_bram | Clifford Wolf | 2014-12-31 | 4 | -15/+127 |
* | Added memory_bram (not functional yet) | Clifford Wolf | 2014-12-31 | 4 | -1/+307 |
* | Added hashlib .count(key, iterator) and it1 < it2 | Clifford Wolf | 2014-12-31 | 2 | -38/+57 |
* | Improvements in CodingReadme | Clifford Wolf | 2014-12-31 | 2 | -17/+37 |
* | improved bitpattern (proc_mux) performance | Clifford Wolf | 2014-12-31 | 1 | -22/+43 |
* | hashlib cleanups and a fix | Clifford Wolf | 2014-12-31 | 1 | -17/+17 |
* | gcc-4.6 compile fixes | Clifford Wolf | 2014-12-31 | 1 | -4/+4 |
* | new hashlib::pool<> (derived from new dict) | Clifford Wolf | 2014-12-31 | 1 | -221/+151 |
* | major rewrite of hashlib::dict<> | Clifford Wolf | 2014-12-31 | 1 | -196/+123 |
* | IdString optimization | Clifford Wolf | 2014-12-31 | 1 | -0/+6 |
* | hotfix for ModInfo | Clifford Wolf | 2014-12-31 | 1 | -1/+1 |
* | using pool<> in bitpattern.h | Clifford Wolf | 2014-12-30 | 3 | -14/+32 |
* | 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 |