aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use a cache for log_id() memory managementClifford Wolf2014-11-081-1/+4
|
* Added "used" attribute to entries in yosys_cover_listClifford Wolf2014-11-071-1/+1
| | | | | http://www.reddit.com/r/yosys/comments/2kw479/fyi_clang_350_build_error/cltgwyc http://llvm.org/bugs/show_bug.cgi?id=19474
* Improved TopoSort determinismClifford Wolf2014-11-072-9/+9
|
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-073-5/+5
|
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-063-4/+3
|
* Added support for empty lines to here documentsClifford Wolf2014-10-291-2/+2
|
* Added support for $readmemh/$readmembClifford Wolf2014-10-261-1/+1
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-232-0/+17
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* Merge pull request #40 from parvizp/compile_mac_10.9.2Clifford Wolf2014-10-191-0/+3
|\ | | | | Builds on Mac 10.9.2 with LLVM 3.5.
| * Builds on Mac 10.9.2 with LLVM 3.5.Parviz Palangpour2014-10-191-0/+3
| |
* | Improved new_id() for win32Clifford Wolf2014-10-181-4/+12
| |
* | Various improvements to version reporting on win32Clifford Wolf2014-10-181-4/+0
| |
* | Fixed shell prompt and proc_self_dirname() for win32Clifford Wolf2014-10-181-6/+24
|/
* Fixed various VS warningsClifford Wolf2014-10-183-4/+4
|
* More win32 (mxe and vs) build fixesClifford Wolf2014-10-173-12/+65
|
* Various win32 / vs build fixesClifford Wolf2014-10-174-15/+16
|
* Various MXE build fixesClifford Wolf2014-10-173-11/+23
|
* Header changes so it will compile on VSWilliam Speirs2014-10-173-6/+40
|
* Fixed a few VS warningsClifford Wolf2014-10-173-3/+3
|
* Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selectsClifford Wolf2014-10-161-1/+8
|
* Replaced log_assert() do { ... } while (0) hack with a static inline functionClifford Wolf2014-10-151-1/+5
|
* Fixed gcc warningClifford Wolf2014-10-151-1/+2
|
* Fixed MXE buildClifford Wolf2014-10-151-2/+2
|
* Check for _YOSYS_ in yosys.hClifford Wolf2014-10-151-0/+6
|
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-152-17/+0
|
* A few indent fixesClifford Wolf2014-10-152-3/+3
|
* Made iterators extend std::iterator and added == operatorWilliam Speirs2014-10-151-2/+4
|
* Define empty __attribute__ macro for non-gcc, non-clang compilersClifford Wolf2014-10-152-13/+9
|
* Fixed log so it will compile under Visual StudioWilliam Speirs2014-10-152-8/+39
| | | | - Included an implementation of gettimeofday
* More win32/abc fixesClifford Wolf2014-10-121-5/+7
|