aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btorAhmed Irfan2014-01-180-0/+0
| |\ \ \
| | * \ \ Merge branch 'master' of https://github.com/ahmedirfan1983/yosysAhmed Irfan2014-01-180-0/+0
| | |\ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/cliffordwolf/yosysAhmed Irfan2014-01-1813-12/+451
| | |\ \ \ \
| * | \ \ \ \ pmux2muxAhmed Irfan2014-01-187-9/+197
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | verilog default options pullAhmed Irfan2014-01-172-34/+104
| * | | | | | Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btorAhmed Irfan2014-01-174-7/+119
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge pull request #4 from cliffordwolf/masterAhmed Irfan2014-01-174-7/+119
| | |\ \ \ \ \
| * | | | | | | Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btorAhmed Irfan2014-01-172-0/+117
| |\| | | | | |
| | * | | | | | Merge pull request #3 from cliffordwolf/masterAhmed Irfan2014-01-172-0/+117
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | slice error correctedAhmed Irfan2014-01-161-5/+5
| * | | | | | | width issuesAhmed Irfan2014-01-152-65/+88
| * | | | | | | Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btorAhmed Irfan2014-01-154-15/+60
| |\| | | | | |
| | * | | | | | Merge pull request #2 from cliffordwolf/masterAhmed Irfan2014-01-154-15/+60
| | |\ \ \ \ \ \
| * | | | | | | | BTOR backendAhmed Irfan2014-01-142-279/+334
| * | | | | | | | Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btorAhmed Irfan2014-01-147-72/+364
| |\| | | | | | |
| | * | | | | | | Merge pull request #1 from cliffordwolf/masterAhmed Irfan2014-01-141-5/+71
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ splitnet -driver featureAhmed Irfan2014-01-036-45/+343
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/cliffordwolf/yosys into btorAhmed Irfan2014-01-0343-873/+2070
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | makefileAhmed Irfan2014-01-032-3/+3
| * | | | | | | | | | | btorAhmed Irfan2014-01-034-0/+816
* | | | | | | | | | | | Fixed handling of unsized constants in verilog frontendClifford Wolf2014-01-241-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-203-6/+13
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Added hilomap commandClifford Wolf2014-01-192-0/+130
* | | | | | | | | | Added sat -tempinduc and sat -prove-assertsClifford Wolf2014-01-191-10/+41
* | | | | | | | | | Added $assert support to satgenClifford Wolf2014-01-191-0/+21
* | | | | | | | | | Added $assert cellClifford Wolf2014-01-197-1/+120
* | | | | | | | | | Added Verilog parser support for assertsClifford Wolf2014-01-194-3/+12
* | | | | | | | | | Fixed $lut simlib model for a wider range of toolsClifford Wolf2014-01-181-10/+12
* | | | | | | | | | Fixed parsing of verilog macros at end of lineClifford Wolf2014-01-181-1/+1
* | | | | | | | | | More changes to simlib to make it friendlier to a wider range of toolsClifford Wolf2014-01-181-10/+14
* | | | | | | | | | Fixed a type in $mem model in simlib.vClifford Wolf2014-01-181-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Removed cases of trailing comma in stdcells.vClifford Wolf2014-01-181-3/+3
* | | | | | | | | Added $bu0 cell to simlib.vClifford Wolf2014-01-181-0/+22
* | | | | | | | | Improved setundef random number generatorClifford Wolf2014-01-181-1/+1
* | | | | | | | | Added setundef commandClifford Wolf2014-01-172-0/+158
* | | | | | | | | Some improvements in log_dump_val_worker() templatesClifford Wolf2014-01-171-1/+6
* | | | | | | | | Added techlibs/common/pmux2mux.vClifford Wolf2014-01-172-1/+26
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Added verilog_defaults commandClifford Wolf2014-01-171-0/+66
* | | | | | | | Added support for $adff with undef data inputs to opt_rmdffClifford Wolf2014-01-171-0/+6
* | | | | | | | Added select -assert-none and -assert-anyClifford Wolf2014-01-172-7/+47
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Added automatic memid generation to memory_unpack commandClifford Wolf2014-01-171-2/+2
* | | | | | | Added memory_unpack commandClifford Wolf2014-01-172-0/+117
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #20 from mschmoelzer/masterClifford Wolf2014-01-141-0/+1
|\ \ \ \ \ \
| * | | | | | Include unistd.h in passes/hierarchy/hierarchy.cc (required for access(3))Martin Schmölzer2014-01-141-0/+1
|/ / / / / /
* | | | | | Added hierarchy -libdir optionClifford Wolf2014-01-141-4/+48
* | | | | | renamed LibertyParer to LibertyParserClifford Wolf2014-01-143-9/+9
* | | | | | Added "+" to list of liberty token charactersClifford Wolf2014-01-141-2/+2
| |_|_|_|/ |/| | | |
* | | | | Added "opt_const -mux_undef"Clifford Wolf2014-01-141-5/+71
| |_|_|/ |/| | |
* | | | Fixed typo in frontends/ast/simplify.ccClifford Wolf2014-01-121-1/+1
* | | | Improved performance of freduce input cone reductionClifford Wolf2014-01-041-23/+78