aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed use of frozen literals in SatGenClifford Wolf2014-03-061-3/+2
| |
* | Strictly zero-extend unsigned A-inputs of shift operations in techmapClifford Wolf2014-03-061-4/+4
| |
* | Added techmap -max_iter optionClifford Wolf2014-03-061-0/+10
| |
* | Improved techmap of shift with wide B inputsClifford Wolf2014-03-061-13/+37
| |
* | Strictly zero-extend unsigned A-inputs of shift operationsClifford Wolf2014-03-062-3/+3
| |
* | Switched to EZMINISAT_SIMPSOLVER as default SAT solverClifford Wolf2014-03-051-1/+1
| |
* | Include id2ast pointers when dumping ASTClifford Wolf2014-03-051-0/+6
| |
* | Fixed merging of compatible wire decls in AST frontendClifford Wolf2014-03-051-1/+4
| |
* | Bugfix in recursive AST simplificationClifford Wolf2014-03-051-10/+22
| |
* | fixed freduce for Minisat::SimpSolver: use frozen_literal()Clifford Wolf2014-03-031-2/+2
| |
* | ezSAT: Added frozen_literal() APIClifford Wolf2014-03-032-0/+16
| |
* | ezSAT: Fixed handling of eliminated Literals, added auto-freeze for expressionsClifford Wolf2014-03-032-8/+23
| |
* | Added ezSAT::eliminated API to help the SAT solver remember eliminated variablesClifford Wolf2014-03-014-3/+17
| |
* | ezSAT bugfix: don't call virtual methods in base class constructorClifford Wolf2014-03-012-2/+5
| |
* | Removed ezSAT::assumed() APIClifford Wolf2014-03-013-10/+0
| |
* | Removed ezSAT built-in brute-froce solverClifford Wolf2014-03-011-102/+6
| |
* | Fixed vhdl2verilog temp dir nameClifford Wolf2014-03-011-1/+1
| |
* | Fixed vhdl2verilog help messageClifford Wolf2014-03-011-3/+2
| |
* | Fixed const folding of $bu0 cellsClifford Wolf2014-02-272-1/+2
| |
* | Fixed bit-extending in $mux argument (use $bu0 instead of $pos)Clifford Wolf2014-02-261-5/+5
| |
* | Added support for $bu0 to SatGenClifford Wolf2014-02-261-4/+4
| |
* | Don't blow up constants unneccessarily in Verilog frontendClifford Wolf2014-02-241-1/+1
| |
* | Added support for Minisat::SimpSolver + ezSAT frezze() APIClifford Wolf2014-02-235-11/+79
| |
* | Fixed small memory leak in Pass::call()Clifford Wolf2014-02-231-1/+4
| |
* | Fixed bug in generation of undefs for $memwr MUXesClifford Wolf2014-02-221-4/+6
| |
* | Fixed bug (typo) in passes/opt/opt_const.ccClifford Wolf2014-02-221-1/+1
| |
* | Added $lut support to blif backend (by user eddiehung from reddit)Clifford Wolf2014-02-221-0/+23
| |
* | Added ezMiniSat EZMINISAT_INCREMENTAL compile-time optionClifford Wolf2014-02-222-1/+17
| |
* | Made MiniSat solver backend configurable in ezminisat.hClifford Wolf2014-02-222-3/+10
| |
* | Added workaround for vhdl-style edge triggers from vhdl2verilog to proc_arstClifford Wolf2014-02-211-2/+6
| |
* | Added vhdl2verilogClifford Wolf2014-02-212-0/+155
| |
* | Progress in presentationClifford Wolf2014-02-216-32/+113
| |
* | Better handling of nameDef and nameRef in edif backendClifford Wolf2014-02-211-21/+27
| |
* | Fixed instantiating multi-bit ports in edif backendClifford Wolf2014-02-211-2/+4
| |
* | Use private namespace in mem_simple_4x1_mapClifford Wolf2014-02-211-4/+4
| |
* | Added tests/techmap/mem_simple_4x1Clifford Wolf2014-02-218-0/+215
| |
* | Renamed "write_blif -subckt" to "write_blif -icells" and added -gates and -paramClifford Wolf2014-02-211-17/+65
| |
* | Progress in presentationClifford Wolf2014-02-215-19/+177
| |
* | Progress in presentationClifford Wolf2014-02-204-11/+51
| |
* | Added _TECHMAP_REPLACE_ feature to techmapClifford Wolf2014-02-201-4/+21
| |
* | Added "extract -ignore_parameters" and "extract -ignore_param ..."Clifford Wolf2014-02-201-0/+79
| |
* | Added "extract -map %<design_name>"Clifford Wolf2014-02-201-10/+30
| |
* | Added "design -push" and "design -pop"Clifford Wolf2014-02-202-8/+49
| |
* | Progress in presentationClifford Wolf2014-02-205-0/+207
| |
* | Added connwrappers commandClifford Wolf2014-02-202-0/+206
| |
* | Cleanups in handling of read_verilog -defer and -icellsClifford Wolf2014-02-201-6/+7
| |
* | Progress in presentationClifford Wolf2014-02-2010-10/+152
| |
* | Added vcd2txt.pl and txt2tikztiming.py (tests/tools/...)Clifford Wolf2014-02-192-0/+170
| |
* | Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2014-02-182-50/+99
|\ \
| * | Added "sat -dump_cnf"Clifford Wolf2014-02-181-5/+34
| | |