summaryrefslogtreecommitdiff
path: root/kernel/sigtools.h
Commit message (Collapse)AuthorAge
* SigMap performance improvementClifford Wolf2016-02-01
|
* Re-added SigMap::allbits()Clifford Wolf2015-11-30
|
* Improved SigMap performanceClifford Wolf2015-10-28
|
* Improvements in new SigMapClifford Wolf2015-10-28
|
* Removed old SigMap implementationClifford Wolf2015-10-27
|
* Added hashlib::mfp and new SigMapClifford Wolf2015-10-27
|
* Added SigMap::allbits()Clifford Wolf2015-08-31
|
* Fixed trailing whitespacesClifford Wolf2015-07-02
|
* Added "equiv_induct -undef"Clifford Wolf2015-01-31
|
* dict/pool changes in opt_cleanClifford Wolf2014-12-29
|
* Using Yosys::dict and Yosys::pool in sigtools.hClifford Wolf2014-12-26
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
|
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-01
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
|
* Added SigPool::check(bit)Clifford Wolf2014-07-27
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-23
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-23
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-23
|
* SigSpec refactoring: More cleanups of old SigSpec use patternClifford Wolf2014-07-22
|
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, ↵Clifford Wolf2014-07-22
| | | | created interim RTLIL::SigSpec::chunks_rw()
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
|
* Some "const" cleanups in SigMapClifford Wolf2014-07-19
|
* Some fixes to improve determinismClifford Wolf2013-08-09
|
* Fixed SigPool::del() methodClifford Wolf2013-08-06
|
* Improved auto-detection of -show signals in sat_solveClifford Wolf2013-06-08
|
* Added additional functionality and cleanups in sigtools.h and celltypes.hClifford Wolf2013-03-15
|
* Implemented basic functionality of "extract" passClifford Wolf2013-02-27
|
* initial importClifford Wolf2013-01-05