aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve read_verilog debug output capabilitiesClifford Wolf2019-03-213-15/+42
* Merge pull request #885 from YosysHQ/clifford/fix873Clifford Wolf2019-03-191-2/+4
|\
| * Add Xilinx negedge FFs to synth_xilinx dffinit call, fixes #873Clifford Wolf2019-03-191-2/+4
|/
* Merge pull request #808 from eddiehung/read_aigerEddie Hung2019-03-1935-6/+632
|\
| * Merge https://github.com/YosysHQ/yosys into read_aigerEddie Hung2019-03-19113-792/+6364
| |\ | |/ |/|
* | Merge pull request #884 from zachjs/masterClifford Wolf2019-03-192-1/+61
|\ \
| * | fix local name resolution in prefix constructsZachary Snow2019-03-182-1/+61
|/ /
* | Update issue templateClifford Wolf2019-03-171-5/+5
* | Update issue templateClifford Wolf2019-03-171-0/+8
* | Merge pull request #877 from FelixVi/masterClifford Wolf2019-03-161-1/+4
|\ \
| * | Add note about test requirements in READMEFelix Vietmeyer2019-03-161-1/+4
|/ /
* | Improve mix of src/wire/wirebit coverage in "mutate -list"Clifford Wolf2019-03-161-29/+84
* | Merge pull request #876 from YosysHQ/clifford/fmcombineClifford Wolf2019-03-164-17/+374
|\ \
| * | Add "fmcombine -fwd -bwd -nop"Clifford Wolf2019-03-151-10/+59
| * | Add fmcombine passClifford Wolf2019-03-154-17/+325
|/ /
* | Merge pull request #875 from YosysHQ/clifford/mutateClifford Wolf2019-03-154-5/+862
|\ \
| * | Improvements in "mutate" list-reduce algorithmClifford Wolf2019-03-151-13/+36
| * | Add "mutate -cfg", improve pick_cover behaviorClifford Wolf2019-03-141-46/+101
| * | Add a strictly coverage-driven mutation selection strategyClifford Wolf2019-03-141-1/+70
| * | Improve "mutate" wire coverage metricClifford Wolf2019-03-141-1/+16
| * | Add more mutation types, improve mutation src coverClifford Wolf2019-03-141-92/+268
| * | Fix smtbmc.py handling of zero appended stepsClifford Wolf2019-03-141-5/+5
| * | Add "mutate" command DB reduce functionalityClifford Wolf2019-03-141-12/+181
| * | Add hashlib "<container>::element(int n)" methodsClifford Wolf2019-03-141-0/+6
| * | Add "mutate -mode inv", various other mutate improvementsClifford Wolf2019-03-141-99/+213
| * | Add basic "mutate -list N" frameworkClifford Wolf2019-03-142-0/+230
* | | Disable realmath testsClifford Wolf2019-03-151-1/+1
|/ /
* | Merge pull request #874 from YosysHQ/clifford/andoptClifford Wolf2019-03-141-0/+7
|\ \
| * | Improve handling of and-with-1 and or-with-0 in opt_expr, fixes #327Clifford Wolf2019-03-141-0/+7
|/ /
* | Merge pull request #872 from YosysHQ/clifford/pmuxfixClifford Wolf2019-03-142-1/+10
|\ \
| * | Improve handling of "full_case" attributesClifford Wolf2019-03-141-0/+9
| * | Fix a syntax bug in ilang backend related to process case statementsClifford Wolf2019-03-141-1/+1
|/ /
* | Merge pull request #869 from cr1901/win-shellClifford Wolf2019-03-143-1/+377
|\ \
| * | Install launcher executable when running yosys-smtbmc on Windows.William D. Jones2019-03-133-1/+377
* | | Merge pull request #868 from YosysHQ/clifford/fixmemClifford Wolf2019-03-132-40/+24
|\ \ \
| * | | Remove ice40/cells_sim.v hack to avoid warning for blocking memory writesClifford Wolf2019-03-121-19/+0
| * | | Improve handling of memories used in mem index expressions on LHS of an assig...Clifford Wolf2019-03-121-5/+16
| * | | Remove outdated "blocking assignment to memory" warningClifford Wolf2019-03-121-10/+0
| * | | Only set MEM2REG_FL_CONST_LHS/MEM2REG_FL_VAR_LHS for non-init writes, fixes #867Clifford Wolf2019-03-121-6/+8
| |/ /
* | | Fix a bug in handling quotes in multi-cmd lines in Yosys scriptsClifford Wolf2019-03-121-1/+7
* | | Merge pull request #866 from YosysHQ/clifford/idstuffClifford Wolf2019-03-125-5/+71
|\ \ \ | |/ / |/| |
| * | Improve determinism of IdString DB for similar scriptsClifford Wolf2019-03-115-5/+71
* | | Merge pull request #864 from YosysHQ/svalabelfixEddie Hung2019-03-112-92/+66
|\ \ \ | |/ / |/| |
| * | Fix handling of cases that look like sva labels, fixes #862Clifford Wolf2019-03-102-92/+66
* | | Add ENABLE_GLOB Makefile switchClifford Wolf2019-03-112-3/+10
|/ /
* | Fix typo in ice40_braminit help msgClifford Wolf2019-03-091-1/+1
* | Merge pull request #859 from smunaut/ice40_braminitClifford Wolf2019-03-094-37/+212
|\ \
| * | ice40: Run ice40_braminit pass by defaultSylvain Munaut2019-03-081-0/+1
| * | ice40: Add ice40_braminit pass to allow initialization of BRAM from fileSylvain Munaut2019-03-083-37/+211
* | | Fix signed $shift/$shiftx handling in write_smt2Clifford Wolf2019-03-091-1/+2