summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fixed next_token()Clifford Wolf2014-10-10
|
* More Win32 build fixesClifford Wolf2014-10-10
|
* Added next_token() function (strtok() replacement)Clifford Wolf2014-10-10
|
* Various win32 build fixes in yosys.ccClifford Wolf2014-10-10
|
* Moved patmatch() to yosys.ccClifford Wolf2014-10-10
|
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-10
|
* Added format __attribute__ to stringf()Clifford Wolf2014-10-10
|
* Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32Clifford Wolf2014-10-10
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
|
* Replaced "#ifdef WIN32" with "#ifdef _WIN32"Clifford Wolf2014-10-09
|
* Added API for generic cell cost calculationsClifford Wolf2014-10-09
|
* added .exe and .html output files to .gitignoreClifford Wolf2014-10-09
|
* No rusage on win32Clifford Wolf2014-10-09
|
* Added mxe-based cross build for win32Clifford Wolf2014-10-09
|
* Fixes in "hilomap" help messageClifford Wolf2014-10-08
|
* sort cell types in "stat" output by nameClifford Wolf2014-10-03
|
* sat encoding for exclusive $pmux ctrl inputs in "share" passClifford Wolf2014-10-03
|
* satgen import sigbit apiClifford Wolf2014-10-03
|
* added resource sharing of $macc cellsClifford Wolf2014-10-03
|
* Added $_BUF_ cell typeClifford Wolf2014-10-03
|
* remove buffers in opt_cleanClifford Wolf2014-10-03
|
* resource sharing of $alu cellsClifford Wolf2014-10-03
|
* set "keep" on modules with $assert cells in "hierarchy"Clifford Wolf2014-09-30
|
* Added support for "keep" on modulesClifford Wolf2014-09-29
|
* namespace YosysClifford Wolf2014-09-27
|
* Merge pull request #39 from ahmedirfan1983/masterClifford Wolf2014-09-22
|\ | | | | merged with current mas.ter branch + features added + bug fixes
| * Merge branch 'master' of https://github.com/cliffordwolf/yosys into btorAhmed Irfan2014-09-22
| |\ | |/ |/| | | | | | | | | | | | | added case for memwr cell that is used in muxes (same cell is used more than one time) corrected bug for xnor and logic_not added pmux cell translation Conflicts: backends/btor/btor.cc
* | Re-enabled assert for new logic loops in "share" passClifford Wolf2014-09-21
| |
* | Various improvements regarding logic loops in "share" resultsClifford Wolf2014-09-21
| |
* | Logic loop bugfix for "share" passClifford Wolf2014-09-21
| |
* | Added "share -limit"Clifford Wolf2014-09-21
| |
* | Still loop bug in "share": changed assert to warningClifford Wolf2014-09-21
| |
* | Do not introduce new logic loops in "share"Clifford Wolf2014-09-21
| |
* | Assert on new logic loops in "share" passClifford Wolf2014-09-21
| |
* | Added "test_abcloop" commandClifford Wolf2014-09-19
| |
* | Initialize RTLIL::Const from std::vector<bool>Clifford Wolf2014-09-19
| |
* | Sorting of object names in ilang backendClifford Wolf2014-09-19
| |
* | Small improvements in "abc" command handle_loops() functionClifford Wolf2014-09-19
| |
* | Using "NOT" instead of "INV" as cell name in default abc genlib fileClifford Wolf2014-09-19
| |
* | Alphabetically sort port names in "show" outputClifford Wolf2014-09-19
| |
* | Do not run "scorr" in "abc -fast"Clifford Wolf2014-09-18
| |
* | Improvements in "synth" scriptClifford Wolf2014-09-18
| |
* | Added "abc -fast"Clifford Wolf2014-09-18
| |
* | Added commit count to devel version numberClifford Wolf2014-09-17
| |
* | Fixed $_NOR vs. $_NOR_ typo in abc.ccClifford Wolf2014-09-16
| |
* | Fixed $memwr/$memrd order in memory_dffClifford Wolf2014-09-16
| |
* | Added new CodingReadme file (replaces CodingStyle and CHECKLISTS)Clifford Wolf2014-09-16
| |
* | Fixed $macc simlib model for zero-configClifford Wolf2014-09-16
| |
* | More aggressive $macc merging in alumaccClifford Wolf2014-09-15
| |
* | Added the obvious optimizations to alumacc $macc generatorClifford Wolf2014-09-15
| |