aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
* using pool<> in bitpattern.hClifford Wolf2014-12-303-14/+32
|
* improved -v optionClifford Wolf2014-12-301-2/+9
|
* print timing details (-d) in -q modeClifford Wolf2014-12-301-0/+4
|
* added hashlib::mkhash_initClifford Wolf2014-12-304-5/+8
|
* Small optimization in hashlibClifford Wolf2014-12-301-4/+4
|
* Improvements in hashlibClifford Wolf2014-12-301-85/+74
|
* Put dummy reference to empty idstring in yosys_shutdown()Clifford Wolf2014-12-291-0/+3
|
* Improved free list management in hashlibClifford Wolf2014-12-291-12/+108
|
* Less verbose ABC outputClifford Wolf2014-12-291-2/+0
|
* Added global yosys_celltypesClifford Wolf2014-12-292-40/+66
|
* Added "yosys -X"Clifford Wolf2014-12-297-1/+153
|
* Fixed comment parsing in Pass::call()Clifford Wolf2014-12-291-3/+8
|
* dict/pool changes in opt_cleanClifford Wolf2014-12-291-0/+9
|
* Added newline support to Pass::call() parserClifford Wolf2014-12-291-0/+12
|
* dict/pool changes in astClifford Wolf2014-12-291-0/+6
|
* gcc build fixesClifford Wolf2014-12-291-11/+16
|
* Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-292-2/+20
|
* 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
|
* Changed more code to dict<> and pool<>Clifford Wolf2014-12-282-11/+11
|
* 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-285-50/+116
|
* Various improvements in ModIndexClifford Wolf2014-12-271-5/+53
|
* More dict/pool related changesClifford Wolf2014-12-274-43/+66
|
* 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
|
* More hashtable finetuningClifford Wolf2014-12-274-12/+34
|
* 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-264-129/+386
|
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-267-47/+262
|
* Added new_dict (hashmap.h) and re-enabled code coverage countersClifford Wolf2014-12-265-6/+245
|
* 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-264-292/+452
|
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-242-9/+8
|
* Added support for multiple clock domains to "abc" passClifford Wolf2014-12-211-0/+1
|
* Fixed build with gcc 4.6Clifford Wolf2014-12-161-1/+1
|
* Added IdString::destruct_guard hackClifford Wolf2014-12-112-0/+14
|
* Added functionality to dff2dffe passClifford Wolf2014-12-081-0/+1
|
* Added bool constructors to SigBit and SigSpecClifford Wolf2014-12-082-0/+12
|
* Added module->addDffe() and module->addDffeGate()Clifford Wolf2014-12-082-1/+26
|
* Added $dffe cell typeClifford Wolf2014-12-081-0/+11
|
* Added $_DFFE_??_ cell typesClifford Wolf2014-12-082-0/+9
|
* Added "yosys -qq" to also quiet warning messagesClifford Wolf2014-11-093-3/+8
|
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-094-20/+24
|
* Added log_warning() APIClifford Wolf2014-11-094-7/+30
|