aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Less verbose ABC outputClifford Wolf2014-12-293-23/+55
| |
* | Added global yosys_celltypesClifford Wolf2014-12-293-41/+67
| |
* | Added "yosys -X"Clifford Wolf2014-12-297-1/+153
| |
* | Cleanups in opt_cleanClifford Wolf2014-12-291-10/+10
| |
* | Fixed comment parsing in Pass::call()Clifford Wolf2014-12-291-3/+8
| |
* | dict/pool changes in opt_cleanClifford Wolf2014-12-292-5/+14
| |
* | Added newline support to Pass::call() parserClifford Wolf2014-12-291-0/+12
| |
* | dict/pool changes in astClifford Wolf2014-12-294-16/+30
| |
* | gcc build fixesClifford Wolf2014-12-291-11/+16
| |
* | Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-293-36/+62
| |
* | Switched most of "share" to dict<> and pool<>Clifford Wolf2014-12-291-16/+17
| |
* | Added mkhash_xorshift()Clifford Wolf2014-12-294-13/+38
| |
* | Some changes to hashlib to make for better stl compatibilityClifford Wolf2014-12-281-12/+14
| |
* | Some cleanupsClifford Wolf2014-12-283-11/+20
| |
* | Added memhasher (yosys -M)Clifford Wolf2014-12-284-2/+56
| |
* | using dict and pool in opt_reduceClifford Wolf2014-12-281-5/+5
| |
* | bugfix in opt_shareClifford Wolf2014-12-281-0/+1
| |
* | Changed more code to dict<> and pool<>Clifford Wolf2014-12-285-17/+17
| |
* | Fixed performance bug in object hashingClifford Wolf2014-12-282-6/+6
| |
* | Improved hashlib iterator implementationClifford Wolf2014-12-281-24/+36
| |
* | Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-2811-58/+124
| |
* | Various improvements in ModIndexClifford Wolf2014-12-271-5/+53
| |
* | More dict/pool related changesClifford Wolf2014-12-276-54/+77
| |
* | Added memory statistics (at least on linux)Clifford Wolf2014-12-271-3/+23
| |
* | Better help message printing for command line toolClifford Wolf2014-12-271-72/+77
| |
* | Improved some warning messagesClifford Wolf2014-12-271-6/+18
| |
* | Fixed mem2reg warning messageClifford Wolf2014-12-271-3/+3
| |
* | More hashtable finetuningClifford Wolf2014-12-279-18/+40
| |
* | Some cleanups in dict/pool hashtable implementationClifford Wolf2014-12-261-61/+33
| |
* | Using Yosys::dict and Yosys::pool in sigtools.hClifford Wolf2014-12-261-4/+7
| |
* | Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-268-137/+394
| |
* | Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-2612-103/+318
| |
* | Added new_dict (hashmap.h) and re-enabled code coverage countersClifford Wolf2014-12-266-7/+246
| |
* | Temporary gcc 4.6 build hotfix for Yosys::dict and Yosys::nodictClifford Wolf2014-12-261-8/+3
| |
* | Added "yosys -d" command line optionClifford Wolf2014-12-261-10/+28
| |
* | Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-2621-331/+495
| |
* | Various fixes and improvements in "write_smt2 -bv"Clifford Wolf2014-12-253-11/+43
| |
* | Added "test_cell -muxdiv"Clifford Wolf2014-12-251-2/+18
| |
* | Various fixes and improvements in write_smt2Clifford Wolf2014-12-252-32/+88
| |
* | Added "test_cell -w" featureClifford Wolf2014-12-251-18/+39
| |
* | Fixed simplemap for $ne cells with output width > 1Clifford Wolf2014-12-251-7/+8
| |
* | Added support for most BV cell types to write_smt2Clifford Wolf2014-12-251-14/+221
| |
* | Added "write_smt2 -bv" and other write_smt2 improvementsClifford Wolf2014-12-251-172/+153
| |
* | Fixed off-by-one bug in "hierarchy -check" for positional module argsClifford Wolf2014-12-241-2/+2
| |
* | Added write_smt2 (only gate level logic supported so far)Clifford Wolf2014-12-242-0/+353
| |
* | Added "dfflibmap -prepare" helpClifford Wolf2014-12-241-1/+5
| |
* | Added "dfflibmap -prepare"Clifford Wolf2014-12-241-31/+54
| |
* | Added "dff2dffe -direct" for direct gate mappingClifford Wolf2014-12-241-5/+37
| |
* | Added "dff2dffe -unmap"Clifford Wolf2014-12-241-6/+42
| |
* | Added support for gate-level cells in dff2dffeClifford Wolf2014-12-241-9/+38
| |