summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added ezSAT api support for don't care values in modelsClifford Wolf2013-06-09
* Fixed handling of $_XOR_ in SAT generatorClifford Wolf2013-06-09
* Added sequential solving support to sat_solveClifford Wolf2013-06-09
* Set rl_basic_word_break_characters in shellClifford Wolf2013-06-09
* Improved readline tab completionClifford Wolf2013-06-09
* Look for yosys-abc and yosys-svgviewer where the main exe isClifford Wolf2013-06-09
* Added "make abc" and "make install-abc"Clifford Wolf2013-06-08
* Moved cmds from kernel/ to passes/cmds/Clifford Wolf2013-06-08
* Fixed typo is sat_solve help msgClifford Wolf2013-06-08
* Added support for shifter cells to SAT generatorClifford Wolf2013-06-08
* Added "cd" and "ls" commands for convenienceClifford Wolf2013-06-08
* Various improvements in sat_solve pass and SAT generatorClifford Wolf2013-06-08
* Added -all and -max options to sat_solveClifford Wolf2013-06-08
* Fixes and improvements in ezSAT libraryClifford Wolf2013-06-08
* Improved auto-detection of -show signals in sat_solveClifford Wolf2013-06-08
* Improved sat generator and sat_solve passClifford Wolf2013-06-07
* Added SAT generator and simple sat_solve commandClifford Wolf2013-06-07
* Added ezSAT libraryClifford Wolf2013-06-07
* Renamed opt_rmunused to opt_cleanClifford Wolf2013-06-05
* Implemented technology mapping for multipliers (using array multiplier)Clifford Wolf2013-06-03
* Added "dump" command (part ilang backend)Clifford Wolf2013-06-02
* Fixed techmap/flatten for positional module argumentsClifford Wolf2013-05-26
* Improved log messages generated by hierarchy passClifford Wolf2013-05-26
* Added -nodetect option to fsm passClifford Wolf2013-05-24
* Fixed undef behavior in tests/asicworld/code_verilog_tutorial_fsm_full_tb.vClifford Wolf2013-05-24
* Improved FSM one-hot encoding, added binary encodingClifford Wolf2013-05-24
* Added log_assert() apiClifford Wolf2013-05-24
* Added log_abort() apiClifford Wolf2013-05-24
* Fixed a gcc vs. clang determinism problem in abc passClifford Wolf2013-05-23
* Fixed memory corruption bug in opt_rmunusedClifford Wolf2013-05-23
* Only initialize TCL interpreter when neededClifford Wolf2013-05-23
* Fixed memory leak in ilang frontendClifford Wolf2013-05-23
* Added missing newline to some error messagesClifford Wolf2013-05-23
* Added labels to "help -write-tex-command-reference-manual" outputClifford Wolf2013-05-23
* Added support for processes to show commandClifford Wolf2013-05-23
* Fixed show command for constant assignmentsClifford Wolf2013-05-23
* Some improvements in opt_rmdffClifford Wolf2013-05-23
* Merge pull request #6 from hansiglaser/masterClifford Wolf2013-05-19
|\
| * added option '-Dname[=definition]' to command 'read_verilog'Johann Glaser2013-05-19
|/
* Removed test cases that have been moved to yosys-test.Clifford Wolf2013-05-17
* Fixed to aggressive x-folding in opt_constClifford Wolf2013-05-17
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-05-16
|\
| * Improved vcdcd.pl (added -d option)Clifford Wolf2013-05-14
* | Merge branch 'bugfix'Clifford Wolf2013-05-16
|\ \ | |/ |/|
| * Fixed synthesis of functions in latched blocksClifford Wolf2013-05-16
* | Some improvements in vcdcd.plClifford Wolf2013-05-14
* | Added support for verilog === operatorClifford Wolf2013-05-07
* | Added tcl "yosys -import" commandClifford Wolf2013-05-02
* | Improved/simplified TCL bindingsClifford Wolf2013-05-01
* | Added support for const cell inputs in techmapClifford Wolf2013-04-27