Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coolrunner2: Add a few more primitives | Robert Ou | 2017-06-25 | 1 | -0/+110 |
| | | | | These cannot be inferred yet, but add them to cells_sim.v for now | ||||
* | coolrunner2: Initial mapping of latches | Robert Ou | 2017-06-25 | 4 | -0/+63 |
| | |||||
* | coolrunner2: Initial mapping of DFFs | Robert Ou | 2017-06-25 | 4 | -0/+76 |
| | | | | | All DFFs map to either FDCP (matches Xilinx) or a custom FDCP_N (negative-edge triggered) | ||||
* | coolrunner2: Remove redundant INVERT_PTC | Robert Ou | 2017-06-25 | 2 | -4/+1 |
| | |||||
* | coolrunner2: Remove debug prints | Robert Ou | 2017-06-25 | 1 | -2/+0 |
| | |||||
* | coolrunner2: Correctly handle $_NOT_ after $sop | Robert Ou | 2017-06-25 | 1 | -5/+41 |
| | |||||
* | coolrunner2: Also construct the XOR cell in the macrocell | Robert Ou | 2017-06-25 | 2 | -7/+34 |
| | |||||
* | coolrunner2: Initial techmapping for $sop | Robert Ou | 2017-06-25 | 4 | -153/+268 |
| | |||||
* | coolrunner2: Initial commit | Robert Ou | 2017-06-24 | 3 | -0/+223 |
| | |||||
* | Fix generation of vlogtb output in yosys-smtbmc for "rand reg" and "rand ↵ | Clifford Wolf | 2017-06-07 | 5 | -4/+61 |
| | | | | const reg" | ||||
* | Fix handling of Verilog ~& and ~| operators | Clifford Wolf | 2017-06-01 | 1 | -0/+8 |
| | |||||
* | Update ABC to hg rev efbf7f13ea9e | Clifford Wolf | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Add dff2ff.v techmap file | Clifford Wolf | 2017-05-31 | 2 | -0/+15 |
| | |||||
* | Fix AIGER back-end for multiple symbols per input/latch/output/property | Clifford Wolf | 2017-05-30 | 1 | -8/+20 |
| | |||||
* | Add "setundef -anyseq" | Clifford Wolf | 2017-05-28 | 3 | -15/+56 |
| | |||||
* | Improve write_aiger handling of unconnected nets and constants | Clifford Wolf | 2017-05-28 | 2 | -8/+62 |
| | |||||
* | Change default smt2 solver to yices (Yices 2 has switched its license to GPL) | Clifford Wolf | 2017-05-27 | 1 | -4/+4 |
| | |||||
* | Add aliases for common sets of gate types to "abc -g" | Clifford Wolf | 2017-05-24 | 1 | -2/+74 |
| | |||||
* | Add examples/osu035 | Clifford Wolf | 2017-05-23 | 4 | -0/+30 |
| | |||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2017-05-23 | 1 | -17/+70 |
|\ | |||||
| * | Merge pull request #346 from azonenberg/master | Clifford Wolf | 2017-05-23 | 1 | -17/+70 |
| |\ | | | | | | | greenpak4_counters: Added support for parallel output from GP_COUNTx cells | ||||
| | * | greenpak4_counters: Added support for parallel output from GP_COUNTx cells | Andrew Zonenberg | 2017-05-22 | 1 | -17/+70 |
| |/ | |||||
* / | Add workaround for CBMC bug to SimpleC back-end | Clifford Wolf | 2017-05-17 | 1 | -1/+3 |
|/ | |||||
* | Enable readline and tcl in mxe builds | Clifford Wolf | 2017-05-17 | 3 | -4/+44 |
| | |||||
* | Add missing AndnotGate() and OrnotGate() declarations to rtlil.h | Clifford Wolf | 2017-05-17 | 1 | -13/+15 |
| | |||||
* | Add $_ANDNOT_ and $_ORNOT_ gates | Clifford Wolf | 2017-05-17 | 14 | -91/+211 |
| | |||||
* | Add <modname>_init() function generator to simpleC back-end | Clifford Wolf | 2017-05-16 | 2 | -88/+152 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-15 | 1 | -42/+44 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-14 | 3 | -3/+49 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-13 | 1 | -25/+60 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-12 | 3 | -12/+78 |
| | |||||
* | Added support for more gate types to simplec back-end | Clifford Wolf | 2017-05-12 | 1 | -1/+88 |
| | |||||
* | Add first draft of simple C back-end | Clifford Wolf | 2017-05-12 | 6 | -0/+623 |
| | |||||
* | Update ABC to hg rev e79576e10d72 | Clifford Wolf | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | Fix boolector support in yosys-smtbmc | Clifford Wolf | 2017-05-08 | 1 | -18/+18 |
| | |||||
* | Add support for localparam in module header | Clifford Wolf | 2017-04-30 | 1 | -1/+7 |
| | |||||
* | Fix equiv_simple, old behavior now available with "equiv_simple -short" | Clifford Wolf | 2017-04-28 | 1 | -10/+41 |
| | |||||
* | Add support for `resetall compiler directive | Clifford Wolf | 2017-04-26 | 1 | -0/+7 |
| | |||||
* | Replace CRLF line endings with LF in de2i.qsf (quartus example) | Clifford Wolf | 2017-04-12 | 1 | -1098/+1098 |
| | |||||
* | Squelch trailing whitespace | Larry Doolittle | 2017-04-12 | 19 | -165/+165 |
| | |||||
* | Add MAX10 and Cyclone IV items to CHANGELOG | Clifford Wolf | 2017-04-07 | 1 | -0/+13 |
| | |||||
* | Merge pull request #337 from dh73/master | Clifford Wolf | 2017-04-07 | 25 | -0/+2255 |
|\ | | | | | Add initial support for both MAX10 and Cyclone IV (E|GX) FPGAs | ||||
| * | Add initial support for both MAX10 and Cyclone IV (E|GX) FPGAs | dh73 | 2017-04-05 | 25 | -0/+2255 |
|/ | |||||
* | Add ConstEval defaultval feature | Clifford Wolf | 2017-04-05 | 1 | -1/+8 |
| | |||||
* | Fix gcc compiler warning | Clifford Wolf | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Add front-end detection for *.tcl files | Clifford Wolf | 2017-03-28 | 1 | -1/+6 |
| | |||||
* | Add minisat 00_PATCH_typofixes.patch | Clifford Wolf | 2017-03-27 | 2 | -0/+21 |
| | |||||
* | Remove use of <fpu_control.h> in minisat | Clifford Wolf | 2017-03-27 | 4 | -18/+44 |
| | |||||
* | Add "write_smt2 -stdt" mode | Clifford Wolf | 2017-03-20 | 2 | -37/+84 |
| |