| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Check for memories in clk2fflogic | Clifford Wolf | 2017-12-13 | 1 | -0/+5 |
* | | Merge pull request #468 from grahamedgecombe/fix-sb-io-od | Clifford Wolf | 2017-12-13 | 1 | -19/+19 |
|\ \ |
|
| * | | Fix port names in SB_IO_OD | Graham Edgecombe | 2017-12-10 | 1 | -18/+18 |
| * | | Remove trailing comma from SB_IO_OD port list | Graham Edgecombe | 2017-12-10 | 1 | -1/+1 |
* | | | Add warnings for driver-driver conflicts between FFs (and other cells) and co... | Clifford Wolf | 2017-12-12 | 2 | -3/+11 |
|/ / |
|
| * | Add "write_btor -s" mode | Clifford Wolf | 2017-12-13 | 1 | -6/+50 |
| * | Add state initval handling to btor back-end | Clifford Wolf | 2017-12-12 | 1 | -0/+25 |
| * | Add btor back-end support for 'x' constants | Clifford Wolf | 2017-12-12 | 1 | -1/+54 |
| * | Add SigSpec::is_fully_ones() | Clifford Wolf | 2017-12-12 | 2 | -0/+16 |
| * | Add btor $shift/$shiftx support | Clifford Wolf | 2017-12-11 | 2 | -7/+37 |
| * | Fix btor back-end shift handling | Clifford Wolf | 2017-12-10 | 2 | -5/+7 |
| * | Add support for $pmux in btor back-end | Clifford Wolf | 2017-12-10 | 1 | -0/+23 |
| * | Add support for more cell types to btor back-end | Clifford Wolf | 2017-12-10 | 2 | -6/+245 |
| * | Merge branch 'master' into btor-ng | Clifford Wolf | 2017-12-10 | 1 | -69/+122 |
| |\
| |/
|/| |
|
* | | Add support for Verific PRIM_SVA_NOT properties | Clifford Wolf | 2017-12-10 | 1 | -10/+25 |
* | | Add Verific OPER_SVA_STABLE support | Clifford Wolf | 2017-12-10 | 1 | -2/+32 |
* | | Refactoring Verific SVA rewriter | Clifford Wolf | 2017-12-10 | 1 | -62/+70 |
| * | Fix btor concat | Clifford Wolf | 2017-12-09 | 1 | -1/+1 |
| * | Merge branch 'master' into btor-ng | Clifford Wolf | 2017-12-09 | 4 | -4/+9 |
| |\
| |/
|/| |
|
* | | Merge pull request #467 from mithro/patch-1 | Clifford Wolf | 2017-12-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix spelling in -vpr help for synth_ice40 | Tim Ansell | 2017-12-08 | 1 | -1/+1 |
|/ / |
|
* | | Use "hg ... --insecure" for cloning/pulling ABC | Clifford Wolf | 2017-12-03 | 1 | -2/+2 |
* | | Update ABC to hg rev 31fc97b0aeed | Clifford Wolf | 2017-12-02 | 1 | -1/+1 |
* | | Fix error handling for nested always/initial | Clifford Wolf | 2017-12-02 | 2 | -0/+5 |
| * | Merge branch 'master' into btor-ng | Clifford Wolf | 2017-12-01 | 1 | -0/+263 |
| |\
| |/
|/| |
|
* | | Merge pull request #462 from daveshah1/up5k | Clifford Wolf | 2017-11-28 | 1 | -0/+263 |
|\ \ |
|
| * | | Add remaining UltraPlus cells to ice40 techlib | David Shah | 2017-11-28 | 1 | -0/+263 |
| | * | Merge branch 'master' into btor-ng | Clifford Wolf | 2017-11-27 | 10 | -9/+54 |
| | |\
| |_|/
|/| | |
|
* | | | Fixed "yosys-smtbmc -g" handling of no solution | Clifford Wolf | 2017-11-27 | 1 | -1/+1 |
* | | | Merge pull request #460 from mithro/g3-fixes | Clifford Wolf | 2017-11-26 | 9 | -8/+45 |
|\ \ \ |
|
| * | | | minisat: Make update script executable. | Tim 'mithro' Ansell | 2017-11-25 | 1 | -0/+0 |
| * | | | minisat: Only define __STDC_XXX_MACROS if not already defined. | Tim 'mithro' Ansell | 2017-11-25 | 6 | -3/+23 |
| * | | | minisat: Remove template with gzFile specialization. | Tim 'mithro' Ansell | 2017-11-25 | 2 | -4/+21 |
| * | | | subcircuit: Class with virtual methods should have virtual destructor. | Tim 'mithro' Ansell | 2017-11-25 | 1 | -1/+1 |
* | | | | Merge pull request #461 from mithro/travis-rework | Clifford Wolf | 2017-11-26 | 1 | -1/+9 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | travis: Print branches before fetching, try both locations. | Tim 'mithro' Ansell | 2017-11-25 | 1 | -1/+9 |
|/ / / |
|
| | * | Fixed "yosys-smtbmc -g" handling of no solution | Clifford Wolf | 2017-11-27 | 1 | -1/+1 |
| | * | Merge branch 'master' into btor-ng | Clifford Wolf | 2017-11-24 | 5 | -33/+309 |
| | |\
| |_|/
|/| | |
|
* | | | Merge pull request #446 from mithro/travis-rework | Clifford Wolf | 2017-11-24 | 5 | -33/+309 |
|\ \ \ |
|
| * | | | travis: Use the cache. | Tim 'mithro' Ansell | 2017-11-24 | 1 | -1/+1 |
| * | | | travis: Adding gcc-4.8 and gcc-6 on Linux. | Tim 'mithro' Ansell | 2017-11-24 | 1 | -0/+47 |
| * | | | travis: Reworking travis setup. | Tim 'mithro' Ansell | 2017-11-24 | 5 | -33/+262 |
| | | * | Bugfixes in new BTOR back-end | Clifford Wolf | 2017-11-24 | 1 | -2/+3 |
| | | * | Progress in new BTOR back-end | Clifford Wolf | 2017-11-23 | 1 | -36/+97 |
| | | * | Progress in new BTOR back-end | Clifford Wolf | 2017-11-23 | 1 | -3/+95 |
| | | * | Progress in new BTOR back-end | Clifford Wolf | 2017-11-23 | 1 | -14/+72 |
| | | * | Merge branch 'master' into btor-ng | Clifford Wolf | 2017-11-23 | 3 | -13/+121 |
| | | |\
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2017-11-23 | 1 | -0/+103 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #455 from daveshah1/up5k | Clifford Wolf | 2017-11-18 | 1 | -0/+103 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Remove unnecessary keep attributes | David Shah | 2017-11-18 | 1 | -5/+5 |