aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Add $dffsr support to async2syncClifford Wolf2019-03-091-2/+51
* | Merge pull request #858 from YosysHQ/clifford/svalabelsClifford Wolf2019-03-096-58/+203
|\ \
| * | Also add support for labels on sva module items, fixes #699Clifford Wolf2019-03-082-44/+113
| * | Use SVA label in smt export if availableClifford Wolf2019-03-071-2/+2
| * | Add support for SVA labels in read_verilogClifford Wolf2019-03-073-26/+89
| * | Add hack for handling SVA labels via VerificClifford Wolf2019-03-071-1/+14
* | | Merge pull request #861 from YosysHQ/verific_chparamClifford Wolf2019-03-082-3/+20
|\ \ \
| * | | Update help message for -chparamEddie Hung2019-03-091-1/+2
| * | | Add -chparam option to verific commandEddie Hung2019-03-091-2/+18
| * | | Fix spellingEddie Hung2019-03-091-1/+1
|/ / /
* | | Merge branch 'master' of github.com:YosysHQ/yosysClifford Wolf2019-03-076-10/+12
|\ \ \
| * \ \ Merge pull request #856 from kprasadvnsi/masterClifford Wolf2019-03-076-10/+12
| |\ \ \ | | |/ / | |/| |
| | * | examples/anlogic/ now also output the SVF file.Kali Prasad2019-03-066-10/+12
* | | | Fix handling of task output ports in clocked always blocks, fixes #857Clifford Wolf2019-03-072-15/+37
|/ / /
* | | Add link to SF2 / igloo2 macro library guideClifford Wolf2019-03-071-21/+24
* | | Improvements in sf2 cells_sim.vClifford Wolf2019-03-062-30/+251
* | | Add sf2 techmap rules for more FF typesClifford Wolf2019-03-061-25/+39