aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Simple fix BTOR memory encodingClifford Wolf2017-12-171-2/+2
|
* Improve BTOR memory encodingClifford Wolf2017-12-171-2/+16
|
* Merge branch 'btor-ng'Clifford Wolf2017-12-154-987/+959
|\
| * Add array support to btor back-endClifford Wolf2017-12-151-6/+169
| |
| * Add $anyconst/$anyseq support to btor back-endClifford Wolf2017-12-151-13/+51
| |
| * Merge branch 'master' into btor-ngClifford Wolf2017-12-144-8/+12
| |\ | |/ |/|
* | Add yosys-smtbmc VCD writer support for memories with async writesClifford Wolf2017-12-143-7/+11
| |
* | Fix a bug in clk2fflogic memory handlingClifford Wolf2017-12-141-1/+1
| |
| * Merge branch 'master' into btor-ngClifford Wolf2017-12-149-38/+178
| |\ | |/ |/|
* | Add clk2fflogic memory supportClifford Wolf2017-12-141-1/+77
| |
* | Add smt2 back-end support for async write memoriesClifford Wolf2017-12-141-14/+53
| |
* | Add RTLIL::Const::is_fully_ones()Clifford Wolf2017-12-142-0/+12
| |
* | Add SigSpec::is_fully_ones()Clifford Wolf2017-12-142-0/+16
| |
* | Merge pull request #469 from kkiningh/masterClifford Wolf2017-12-142-2/+2
|\ \ | | | | | | Use quote includes for yosys.h
| * | Use quote includes for yosys.hKevin Kiningham2017-12-132-2/+2
|/ /
* | Check for memories in clk2fflogicClifford Wolf2017-12-131-0/+5
| |
* | Merge pull request #468 from grahamedgecombe/fix-sb-io-odClifford Wolf2017-12-131-19/+19
|\ \ | | | | | | Fix SB_IO_OD module
| * | Fix port names in SB_IO_ODGraham Edgecombe2017-12-101-18/+18
| | |
| * | Remove trailing comma from SB_IO_OD port listGraham Edgecombe2017-12-101-1/+1
| | | | | | | | | | | | This isn't compatible with Icarus Verilog.
* | | Add warnings for driver-driver conflicts between FFs (and other cells) and ↵Clifford Wolf2017-12-122-3/+11
|/ / | | | | | | constants
| * Add "write_btor -s" modeClifford Wolf2017-12-131-6/+50
| |
| * Add state initval handling to btor back-endClifford Wolf2017-12-121-0/+25
| |
| * Add btor back-end support for 'x' constantsClifford Wolf2017-12-121-1/+54
| |
| * Add SigSpec::is_fully_ones()Clifford Wolf2017-12-122-0/+16
| |
| * Add btor $shift/$shiftx supportClifford Wolf2017-12-112-7/+37
| |
| * Fix btor back-end shift handlingClifford Wolf2017-12-102-5/+7
| |
| * Add support for $pmux in btor back-endClifford Wolf2017-12-101-0/+23
| |
| * Add support for more cell types to btor back-endClifford Wolf2017-12-102-6/+245
| |
| * Merge branch 'master' into btor-ngClifford Wolf2017-12-101-69/+122
| |\ | |/ |/|
* | Add support for Verific PRIM_SVA_NOT propertiesClifford Wolf2017-12-101-10/+25
| |
* | Add Verific OPER_SVA_STABLE supportClifford Wolf2017-12-101-2/+32
| |
* | Refactoring Verific SVA rewriterClifford Wolf2017-12-101-62/+70
| |
| * Fix btor concatClifford Wolf2017-12-091-1/+1
| |
| * Merge branch 'master' into btor-ngClifford Wolf2017-12-094-4/+9
| |\ | |/ |/|
* | Merge pull request #467 from mithro/patch-1Clifford Wolf2017-12-091-1/+1
|\ \ | | | | | | Fix spelling in -vpr help for synth_ice40
| * | Fix spelling in -vpr help for synth_ice40Tim Ansell2017-12-081-1/+1
|/ /
* | Use "hg ... --insecure" for cloning/pulling ABCClifford Wolf2017-12-031-2/+2
| |
* | Update ABC to hg rev 31fc97b0aeedClifford Wolf2017-12-021-1/+1
| |
* | Fix error handling for nested always/initialClifford Wolf2017-12-022-0/+5
| |
| * Merge branch 'master' into btor-ngClifford Wolf2017-12-011-0/+263
| |\ | |/ |/|
* | Merge pull request #462 from daveshah1/up5kClifford Wolf2017-11-281-0/+263
|\ \ | | | | | | Add remaining UltraPlus cells to ice40 techlib
| * | Add remaining UltraPlus cells to ice40 techlibDavid Shah2017-11-281-0/+263
| | |
| | * Merge branch 'master' into btor-ngClifford Wolf2017-11-2710-9/+54
| | |\ | |_|/ |/| |
* | | Fixed "yosys-smtbmc -g" handling of no solutionClifford Wolf2017-11-271-1/+1
| | |
* | | Merge pull request #460 from mithro/g3-fixesClifford Wolf2017-11-269-8/+45
|\ \ \ | | | | | | | | Bunch of small fixes
| * | | minisat: Make update script executable.Tim 'mithro' Ansell2017-11-251-0/+0
| | | |
| * | | minisat: Only define __STDC_XXX_MACROS if not already defined.Tim 'mithro' Ansell2017-11-256-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace; #define __STDC_LIMIT_MACROS #define __STDC_FORMAT_MACROS With #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS #endif #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS #endif This fixes a compile warning if you are defining these macros in your CXXFLAGS (as some distros do).
| * | | minisat: Remove template with gzFile specialization.Tim 'mithro' Ansell2017-11-252-4/+21
| | | | | | | | | | | | | | | | | | | | All the other gzFile functions have been removed but this template was still left around.
| * | | subcircuit: Class with virtual methods should have virtual destructor.Tim 'mithro' Ansell2017-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes a compile warning. * https://stackoverflow.com/questions/1123044/when-should-your-destructor-be-virtual
* | | | Merge pull request #461 from mithro/travis-reworkClifford Wolf2017-11-261-1/+9
|\ \ \ \ | |/ / / |/| | | travis: Print branches before fetching, try both locations.