yosys.git
2014-09-07 Clifford WolfUsing maccmap for $macc and $mul techmap
2014-09-07 Clifford WolfAdded 'techmap_maccmap' techmap attribute
2014-09-07 Clifford WolfAdded "maccmap" command
2014-09-07 Clifford WolfAdded "test_cell -nosat"
2014-09-06 Clifford WolfVarious bug fixes (related to $macc model testing)
2014-09-06 Clifford WolfAdded $macc eval model
2014-09-06 Clifford WolfAdded $macc SAT model
2014-09-06 Clifford WolfFixed $clog2 (off by one error)
2014-09-06 Clifford WolfAdded $macc simlib model (also use as techmap rule...
2014-09-06 Clifford WolfFixed assignment of out-of bounds array element
2014-09-06 Clifford WolfAdded $macc cell type
2014-09-06 Clifford WolfFixed autotest for non-basename arguments
2014-09-06 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-09-06 Clifford WolfAdded "test_cell -script"
2014-09-06 Clifford WolfMerge pull request #38 from rubund/master
2014-09-06 Ruben UndheimCorrected spelling mistakes found by lintian
2014-09-04 Clifford WolfAdded tests/various/constmsk_test.ys
2014-09-04 Clifford WolfFixed "opt_const -fine" for $pos cells
2014-09-04 Clifford WolfRemoved $bu0 cell type
2014-09-03 Clifford WolfUsing $pos models for $bu0
2014-09-03 Clifford WolfFixed "test_cells -vlog"
2014-09-03 Clifford WolfFixes in $alu SAT- and eval-models
2014-09-02 Clifford WolfUndef-related fixes in simlib $alu model
2014-09-02 Clifford WolfImprovements in "test_cell -vlog"
2014-09-02 Clifford WolfAdded test_cell -vlog
2014-09-02 Clifford WolfCreate a default selection stack in RTLIL::Design:...
2014-09-02 Clifford WolfSmall bug fixes in $not, $neg, and $shiftx models
2014-09-02 Clifford WolfAdded SAT testing to test_cell eval stage
2014-09-02 Clifford WolfRemoved references to yosys-svgviewer from docs
2014-09-02 Clifford WolfRemoved yosys-svgviewer
2014-09-02 Clifford WolfUsing "xdot" instead of "yosys-svgviewer" in show command
2014-09-01 Clifford WolfAdded $alu support to test_cell
2014-09-01 Clifford WolfAdded ConstEval model for $alu cells
2014-09-01 Clifford WolfAdded SAT model for $alu cells
2014-09-01 Clifford WolfFixed "test_cell -simlib all"
2014-09-01 Clifford WolfAdded "test_cell -simlib -v"
2014-09-01 Clifford WolfAdded "techmap -autoproc"
2014-09-01 Clifford WolfFixes in old SAT example.ys
2014-09-01 Clifford WolfMoved "share" and "wreduce" to passes/opt/
2014-09-01 Clifford WolfUsing std::vector<RTLIL::State> instead of RTLIL::Const...
2014-08-31 Clifford WolfAdded eval testing to test_cell
2014-08-31 Clifford WolfFixed return size of const_*() eval functions
2014-08-31 Clifford WolfAdded RTLIL::Const::size()
2014-08-31 Clifford WolfAdded eval model for $lut cells
2014-08-31 Clifford WolfTypo fixes in cell->*Param() API
2014-08-31 Clifford WolfAdded $lut support in test_cell, techmap, satgen
2014-08-30 Clifford WolfAdded design->scratchpad
2014-08-30 Clifford WolfAdded $alu cell type
2014-08-30 Clifford WolfAdded autotest -e (do not use -noexpr on write_verilog)
2014-08-30 Clifford WolfImproved write address decoder generation memory_map
2014-08-30 Clifford WolfFixed module->addPmux()
2014-08-30 Clifford WolfUsing worker class in memory_map
2014-08-30 Clifford WolfReplaced $__alu CO/CS outputs with full-width CO output
2014-08-30 Clifford WolfDon't change existing binary FSM encoding if it is...
2014-08-30 Clifford WolfUsing $pmux info in fsm_extract to optimize transition...
2014-08-30 Clifford WolfImproved handling of $pmux cells in fsm_extract
2014-08-27 Clifford WolfFixed inserting of Q-inverters in dfflibmap
2014-08-27 Clifford WolfFixed printing of multi-line Makefile.conf
2014-08-26 Clifford WolfImplemented "rename -enumerate -pattern"
2014-08-26 Clifford WolfPrint Makefile.conf as make info message
2014-08-25 Clifford WolfChecking for valid CONFIG value in Makefile
2014-08-24 Clifford WolfOptimize shift ops with constant rhs in opt_const
2014-08-24 Clifford WolfAdded some additional log messages to opt_const
2014-08-24 Clifford WolfAdded is_signed argument to SigSpec.as_int() and Const...
2014-08-24 Clifford Wolfazonenberg: Make dump_vcd save model when temporal...
2014-08-23 Clifford WolfOnly call proc_share_dirname() in techmap when necessary
2014-08-23 Clifford WolfRemoved compatbility.{h,cc}: Not using open_memstream...
2014-08-23 Clifford WolfChanged frontend-api from FILE to std::istream
2014-08-23 Clifford WolfChanged backend-api from FILE to std::ostream
2014-08-22 Clifford WolfAdded "stat -width"
2014-08-22 Clifford WolfAdded emscripten (emcc) support to build system and...
2014-08-22 Clifford WolfAdded DPI-C documentation to README file
2014-08-22 Clifford WolfAdded support for non-standard <plugin>:<c_name> DPI...
2014-08-22 Clifford WolfArchibald Rust and Clifford Wolf: ffi-based dpi_call()
2014-08-22 Clifford WolfAdded "plugin" command
2014-08-22 Clifford WolfUpdated ABC to 4d547a5e065b
2014-08-21 Clifford WolfCosmetic changes to FSM tests
2014-08-21 Clifford WolfFixed small memory leak in ast simplify
2014-08-21 Clifford WolfAdded support for DPI function with different names...
2014-08-21 Clifford WolfAdded AstNode::asInt()
2014-08-21 Clifford WolfFixed memory leak in DPI function calls
2014-08-21 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-08-21 Clifford WolfAdded Verilog/AST support for DPI functions (dpi_call...
2014-08-21 Clifford WolfAdded support for global tasks and functions
2014-08-19 Clifford WolfAdded mod->addGate() methods for new gate types
2014-08-18 Clifford WolfUsing "via_celltype" in $mul carry-save-acc implementation
2014-08-18 Clifford WolfAdded "via_celltype" attribute on task/func
2014-08-17 Clifford WolfPerformance fix for new $__lcu techmap rule
2014-08-17 Clifford WolfReplaced recursive lcu scheme with bk adder
2014-08-17 Clifford WolfAdded const folding of AST_CASE to AST simplifier
2014-08-17 Clifford WolfFixed proc_{self,share}_dirname error handling
2014-08-17 Clifford WolfMakefile fixes
2014-08-17 Clifford WolfImproved AST ProcessGenerator performance
2014-08-17 Clifford WolfImproved sig.remove2() performance
2014-08-16 Clifford WolfUse stackmap<> in AST ProcessGenerator
2014-08-16 Clifford WolfAdded stackmap<> container
2014-08-16 Clifford WolfRenamed toposort.h to utils.h
2014-08-16 Clifford WolfAdded module->uniquify()
2014-08-16 Clifford WolfFixed AOI/OAI expr handling in verilog backend
2014-08-16 Clifford WolfMultiply using a carry-save accumulator
next