aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Fix techmap for inout ports connected to inout portsClifford Wolf2017-02-131-2/+7
* | | | | | | Do not eagerly fix port widths on parameterized cellsClifford Wolf2017-02-121-0/+3
* | | | | | | Add "yosys -w" for suppressing warningsClifford Wolf2017-02-123-11/+34
| |_|_|_|_|/ |/| | | | |
* | | | | | Add support for verific mem initializationClifford Wolf2017-02-111-0/+38
* | | | | | Fix another stupid bug in the same lineClifford Wolf2017-02-111-1/+1
* | | | | | Add verific support for initialized variablesClifford Wolf2017-02-111-3/+47
* | | | | | Improve handling of Verific warnings and error messagesClifford Wolf2017-02-111-4/+10
* | | | | | Fix extremely stupid typoClifford Wolf2017-02-111-1/+1
* | | | | | Add log_wire() APIClifford Wolf2017-02-112-0/+8
* | | | | | Fixed some "used uninitialized" warnings in opt_exprClifford Wolf2017-02-111-1/+2
* | | | | | Evaluate all the $(shell ...) stuff for CXXFLAGS et al only onceClifford Wolf2017-02-111-3/+3
* | | | | | Merge branch 'stv0g-master'Clifford Wolf2017-02-112-21/+40
|\ \ \ \ \ \
| * | | | | | Make MacOS Makefile stuff more compactClifford Wolf2017-02-111-8/+0
| * | | | | | Merge branch 'master' of https://github.com/stv0g/yosys into stv0g-masterClifford Wolf2017-02-112-21/+48
|/| | | | | |
| * | | | | | Use pkg-config for linking tcl-tkSteffen Vogel2017-02-101-3/+5
| * | | | | | Dont mix Homebrew and MacPorts build optionsSteffen Vogel2017-02-101-2/+1
| * | | | | | Remove space after backslashSteffen Vogel2017-02-091-1/+1
| * | | | | | Applied fixes from @joshhead (thanks for your effors!)Steffen Vogel2017-02-092-5/+7
| * | | | | | Added notes for compilation on OS XSteffen Vogel2017-02-071-3/+13
| * | | | | | Fix compilation on OS X in order to support both MacPorts and HomebrewSteffen Vogel2017-02-071-13/+25
| * | | | | | Allow standard tools to be overwritten in make invocationSteffen Vogel2017-02-071-3/+3
| * | | | | | use Homebrew only if installedSteffen Vogel2017-01-311-6/+8
* | | | | | | Add optimization of (a && 1'b1) and (a || 1'b0)Clifford Wolf2017-02-111-7/+22
* | | | | | | Merge pull request #308 from C-Elegans/opt_compare_fix_prClifford Wolf2017-02-111-1/+19
|\ \ \ \ \ \ \
| * | | | | | | Fix issue #306, "Bug in opt -full"C-Elegans2017-02-101-1/+19
|/ / / / / / /
* | | | | | | Fix handling of init attributes with strange widthClifford Wolf2017-02-092-3/+9
* | | | | | | Add checker support to verilog front-endClifford Wolf2017-02-093-14/+33
* | | | | | | Add "rand" and "rand const" verific supportClifford Wolf2017-02-091-0/+41
| |_|_|_|_|/ |/| | | | |
* | | | | | Add SV "rand" and "const rand" supportClifford Wolf2017-02-083-10/+33
* | | | | | Add PSL parser mode to verific front-endClifford Wolf2017-02-081-2/+17
* | | | | | Add "read_blif -wideports"Clifford Wolf2017-02-062-5/+77
* | | | | | Fix undef propagation bug in $pmux SAT modelClifford Wolf2017-02-051-14/+4
* | | | | | Update ABC to hg rev a2fcd1cc61a6Clifford Wolf2017-02-051-1/+1
* | | | | | Merge pull request #304 from esden/gsed-darwinClifford Wolf2017-02-051-1/+1
|\ \ \ \ \ \
| * | | | | | Use -E sed parameter instead of -r.Piotr Esden-Tempski2017-02-041-1/+1
|/ / / / / /
* | | | | | Add assert check in "yosys-smtbmc -c"Clifford Wolf2017-02-041-7/+28
* | | | | | Improve yosys-smtbmc cover() supportClifford Wolf2017-02-041-5/+19
* | | | | | Partially implement cover() support in yosys-smtbmcClifford Wolf2017-02-043-4/+97
* | | | | | Further improve cover() supportClifford Wolf2017-02-043-8/+16
* | | | | | Add $cover cell type and SVA cover() supportClifford Wolf2017-02-0414-9/+38
* | | | | | Add assert/assume support to verific front-endClifford Wolf2017-02-042-625/+687
* | | | | | Update ABC to hg rev fe96921e5d50Clifford Wolf2017-02-011-1/+1
* | | | | | Update ABC scripts to use "&nf" instead of "map"Clifford Wolf2017-02-011-3/+3
* | | | | | Merge branch 'C-Elegans-opt_compare_pr'Clifford Wolf2017-01-311-0/+120
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix indenting and log messages in code merged from opt_compare_prClifford Wolf2017-01-311-102/+120
| * | | | | Merge branch 'opt_compare_pr' of https://github.com/C-Elegans/yosys into C-El...Clifford Wolf2017-01-311-1/+103
|/| | | | |
| * | | | | Refactor and generalize the comparision optimizationC-Elegans2017-01-301-22/+42
| * | | | | Do not use b.as_int() in calculation of bit setC-Elegans2017-01-211-8/+29
| * | | | | Optimize compares to powers of 2C-Elegans2017-01-164-81/+61
| * | | | | Fix issue #269, optimize signed compare with 0C-Elegans2017-01-153-0/+81