aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Various small fixes for non-win32 buildsClifford Wolf2014-10-122-4/+11
|
* Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-122-0/+93
|
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-123-1/+27
|
* Shrinked the copyright banner by 1 characterClifford Wolf2014-10-111-19/+19
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-112-0/+17
|
* Added proc_self_dirname() for win32Clifford Wolf2014-10-111-4/+12
|
* Fixed ifdefs for plugin unloadingClifford Wolf2014-10-111-2/+2
|
* Using next_token() to parse commandsClifford Wolf2014-10-101-24/+24
|
* Fixed next_token()Clifford Wolf2014-10-101-2/+2
|
* Added next_token() function (strtok() replacement)Clifford Wolf2014-10-102-2/+19
|
* Various win32 build fixes in yosys.ccClifford Wolf2014-10-101-5/+30
|
* Moved patmatch() to yosys.ccClifford Wolf2014-10-103-91/+65
|
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-101-0/+91
|
* Added format __attribute__ to stringf()Clifford Wolf2014-10-102-2/+2
|
* Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32Clifford Wolf2014-10-101-52/+52
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-1013-127/+127
|
* Replaced "#ifdef WIN32" with "#ifdef _WIN32"Clifford Wolf2014-10-092-4/+4
|
* Added API for generic cell cost calculationsClifford Wolf2014-10-091-0/+84
|
* No rusage on win32Clifford Wolf2014-10-092-2/+13
|
* satgen import sigbit apiClifford Wolf2014-10-031-1/+17
|
* added resource sharing of $macc cellsClifford Wolf2014-10-031-0/+9
|
* Added $_BUF_ cell typeClifford Wolf2014-10-032-0/+4
|
* Added support for "keep" on modulesClifford Wolf2014-09-291-0/+5
|
* namespace YosysClifford Wolf2014-09-276-16/+28
|
* Assert on new logic loops in "share" passClifford Wolf2014-09-211-1/+1
|
* Initialize RTLIL::Const from std::vector<bool>Clifford Wolf2014-09-192-1/+9
|
* Added new CodingReadme file (replaces CodingStyle and CHECKLISTS)Clifford Wolf2014-09-161-0/+2
|
* Added the obvious optimizations to alumacc $macc generatorClifford Wolf2014-09-151-0/+60
|
* Fixed monitor notifications for removed cellClifford Wolf2014-09-141-0/+3
|
* Added "synth" commandClifford Wolf2014-09-141-10/+4
|
* Simplified $fa undef modelClifford Wolf2014-09-082-14/+5
|
* Added $lcu cell typeClifford Wolf2014-09-084-0/+84
|
* Added "$fa" cell typeClifford Wolf2014-09-084-0/+90
|
* Added $macc eval modelClifford Wolf2014-09-061-0/+22
|
* Added $macc SAT modelClifford Wolf2014-09-061-0/+71
|
* Added $macc cell typeClifford Wolf2014-09-063-7/+189
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-3/+3
|
* Removed $bu0 cell typeClifford Wolf2014-09-045-31/+6
|
* Using $pos models for $bu0Clifford Wolf2014-09-032-2/+2
|
* Fixes in $alu SAT- and eval-modelsClifford Wolf2014-09-032-6/+5
|
* Create a default selection stack in RTLIL::Design::Design()Clifford Wolf2014-09-022-2/+1
|
* Small bug fixes in $not, $neg, and $shiftx modelsClifford Wolf2014-09-022-6/+6
|
* Added ConstEval model for $alu cellsClifford Wolf2014-09-011-0/+56
|
* Added SAT model for $alu cellsClifford Wolf2014-09-011-2/+69
|
* Using std::vector<RTLIL::State> instead of RTLIL::Const for ↵Clifford Wolf2014-09-012-36/+32
| | | | RTLIL::SigChunk::data
* Fixed return size of const_*() eval functionsClifford Wolf2014-08-311-1/+5
|
* Added RTLIL::Const::size()Clifford Wolf2014-08-311-0/+2
|