summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Replaced $__alu CO/CS outputs with full-width CO outputClifford Wolf2014-08-30
* Don't change existing binary FSM encoding if it is already optimalClifford Wolf2014-08-30
* Using $pmux info in fsm_extract to optimize transition ctrl_in patternsClifford Wolf2014-08-30
* Improved handling of $pmux cells in fsm_extractClifford Wolf2014-08-30
* Fixed inserting of Q-inverters in dfflibmapClifford Wolf2014-08-27
* Fixed printing of multi-line Makefile.confClifford Wolf2014-08-27
* Implemented "rename -enumerate -pattern"Clifford Wolf2014-08-26
* Print Makefile.conf as make info messageClifford Wolf2014-08-26
* Checking for valid CONFIG value in MakefileClifford Wolf2014-08-25
* Optimize shift ops with constant rhs in opt_constClifford Wolf2014-08-24
* Added some additional log messages to opt_constClifford Wolf2014-08-24
* Added is_signed argument to SigSpec.as_int() and Const.as_int()Clifford Wolf2014-08-24
* azonenberg: Make dump_vcd save model when temporal induction fails due to ste...Clifford Wolf2014-08-24
* Only call proc_share_dirname() in techmap when necessaryClifford Wolf2014-08-23
* Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymoreClifford Wolf2014-08-23
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-23
* Added "stat -width"Clifford Wolf2014-08-22
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-22
* Added DPI-C documentation to README fileClifford Wolf2014-08-22
* Added support for non-standard <plugin>:<c_name> DPI syntaxClifford Wolf2014-08-22
* Archibald Rust and Clifford Wolf: ffi-based dpi_call()Clifford Wolf2014-08-22
* Added "plugin" commandClifford Wolf2014-08-22
* Updated ABC to 4d547a5e065bClifford Wolf2014-08-22
* Cosmetic changes to FSM testsClifford Wolf2014-08-21
* Fixed small memory leak in ast simplifyClifford Wolf2014-08-21
* Added support for DPI function with different names in C and VerilogClifford Wolf2014-08-21
* Added AstNode::asInt()Clifford Wolf2014-08-21
* Fixed memory leak in DPI function callsClifford Wolf2014-08-21
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2014-08-21
|\
| * Added mod->addGate() methods for new gate typesClifford Wolf2014-08-19
* | Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)Clifford Wolf2014-08-21
* | Added support for global tasks and functionsClifford Wolf2014-08-21
|/
* Using "via_celltype" in $mul carry-save-acc implementationClifford Wolf2014-08-18
* Added "via_celltype" attribute on task/funcClifford Wolf2014-08-18
* Performance fix for new $__lcu techmap ruleClifford Wolf2014-08-18
* Replaced recursive lcu scheme with bk adderClifford Wolf2014-08-18
* Added const folding of AST_CASE to AST simplifierClifford Wolf2014-08-18
* Fixed proc_{self,share}_dirname error handlingClifford Wolf2014-08-17
* Makefile fixesClifford Wolf2014-08-17
* Improved AST ProcessGenerator performanceClifford Wolf2014-08-17
* Improved sig.remove2() performanceClifford Wolf2014-08-17
* Use stackmap<> in AST ProcessGeneratorClifford Wolf2014-08-17
* Added stackmap<> containerClifford Wolf2014-08-17
* Renamed toposort.h to utils.hClifford Wolf2014-08-17
* Added module->uniquify()Clifford Wolf2014-08-16
* Fixed AOI/OAI expr handling in verilog backendClifford Wolf2014-08-16
* Multiply using a carry-save accumulatorClifford Wolf2014-08-16
* Added "test_cell -s <seed>"Clifford Wolf2014-08-16
* AST ProcessGenerator: replaced subst_*_{from,to} with subst_*_mapClifford Wolf2014-08-16