| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added satgen initstate support | Clifford Wolf | 2016-07-22 | 1 | -0/+27 |
* | Using $initstate in "initial assume" and "initial assert" | Clifford Wolf | 2016-07-21 | 1 | -1/+6 |
* | Added $initstate cell type and vlog function | Clifford Wolf | 2016-07-21 | 7 | -4/+54 |
* | After reading the SV spec, using non-standard predict() instead of expect() | Clifford Wolf | 2016-07-21 | 16 | -32/+28 |
* | Added basic support for $expect cells | Clifford Wolf | 2016-07-13 | 16 | -19/+82 |
* | Added examples/smtbmc | Clifford Wolf | 2016-07-13 | 2 | -0/+30 |
* | Merge pull request #191 from whitequark/json-module-attributes | Clifford Wolf | 2016-07-13 | 1 | -2/+6 |
|\ |
|
| * | write_json: also write module attributes. | whitequark | 2016-07-12 | 1 | -2/+6 |
* | | Merge pull request #193 from azonenberg/master | Clifford Wolf | 2016-07-13 | 2 | -2/+9 |
|\ \ |
|
| * \ | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-07-12 | 1 | -2/+5 |
| |\ \
| |/ /
|/| | |
|
* | | | Minor bugfix in FSM reset state detection | Clifford Wolf | 2016-07-12 | 1 | -2/+5 |
| |/
|/| |
|
| * | Added GP_DAC cell | Andrew Zonenberg | 2016-07-11 | 1 | -0/+8 |
| * | Removed VOUT port of GP_BANDGAP | Andrew Zonenberg | 2016-07-11 | 1 | -1/+1 |
| * | Removed splitnets in prep for new gp4par parser | Andrew Zonenberg | 2016-07-11 | 1 | -1/+0 |
|/ |
|
* | Yosys-smtbmc: Support for hierarchical VCD dumping | Clifford Wolf | 2016-07-11 | 2 | -23/+59 |
* | Moved smt2 yosys info parsing from smtbmc.py to smtio.py | Clifford Wolf | 2016-07-11 | 3 | -16/+56 |
* | Added "prep -auto-top" and "synth -auto-top" | Clifford Wolf | 2016-07-11 | 2 | -6/+23 |
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2016-07-10 | 1 | -0/+26 |
|\ |
|
| * | Merge pull request #189 from whitequark/master | Clifford Wolf | 2016-07-10 | 1 | -0/+26 |
| |\ |
|
| | * | greenpak4: add GP_COUNT{8,14}_ADV cells. | whitequark | 2016-07-10 | 1 | -0/+26 |
| |/ |
|
* / | Support for hierarchical designs in smt2 back-end | Clifford Wolf | 2016-07-10 | 2 | -24/+144 |
|/ |
|
* | Further improved fsm_detect output, attempt to detect self-resetting circuits | Clifford Wolf | 2016-07-09 | 1 | -6/+68 |
* | Added printing of some warning messages to fsm_detect | Clifford Wolf | 2016-07-09 | 1 | -14/+61 |
* | Added warning about adding fsm_encoding attributes to wires to manual | Clifford Wolf | 2016-07-08 | 1 | -0/+4 |
* | Minor fixes in ice40_ff* passes for sloppy SB_DFF instantiations | Clifford Wolf | 2016-07-08 | 2 | -13/+24 |
* | Fixed mem assignment in left-hand-side concatenation | Clifford Wolf | 2016-07-08 | 2 | -0/+57 |
* | Merge branch 'eddiehung-vtr' | Clifford Wolf | 2016-07-08 | 1 | -9/+17 |
|\ |
|
| * | Restored blif "-true - .." behavior, use "-true + .." for eddiehung-vtr behavior | Clifford Wolf | 2016-07-08 | 1 | -13/+15 |
| * | In BLIF, a .names without entries already always outputs 0 | Clifford Wolf | 2016-07-08 | 1 | -11/+0 |
| * | Undo eddiehung-vtr Makefile changes | Clifford Wolf | 2016-07-08 | 1 | -5/+1 |
| * | Merge branch 'yosys-0.5-vtr' of https://github.com/eddiehung/yosys into eddie... | Clifford Wolf | 2016-07-08 | 2 | -3/+24 |
|/| |
|
| * | Fix for all zero mask | eddiehung | 2015-05-03 | 2 | -1/+16 |
| * | Escape '<' and '>' some more | eddiehung | 2015-05-03 | 1 | -1/+1 |
| * | For vtr, escape angle brackets as well | eddiehung | 2015-04-28 | 1 | -1/+1 |
| * | blifwriter: write out .names for true/false/undef type == '-' | eddiehung | 2015-04-28 | 1 | -0/+6 |
* | | Fixed autotest.sh handling of `timescale | Clifford Wolf | 2016-07-02 | 1 | -14/+10 |
* | | Merge branch 'assert-limit' | Clifford Wolf | 2016-07-01 | 1 | -9/+33 |
|\ \ |
|
| * | | Replaced "select -assert-limit" with -assert-max and -assert-min | Clifford Wolf | 2016-07-01 | 1 | -42/+29 |
| * | | Added 'assert-limit' option for 'select' command | eshellko | 2016-07-01 | 1 | -5/+42 |
|/ / |
|
* | | Improved ice40_ffinit error reporting | Clifford Wolf | 2016-06-30 | 1 | -1/+5 |
* | | Merge pull request #181 from rubund/input_logic_allowed | Clifford Wolf | 2016-06-21 | 1 | -2/+2 |
|\ \ |
|
| * | | Allow defining input ports as "input logic" in SystemVerilog | Ruben Undheim | 2016-06-20 | 1 | -2/+2 |
|/ / |
|
* | | Bugfix in "abc -script" handling | Clifford Wolf | 2016-06-19 | 1 | -53/+50 |
* | | Merge branch 'sv_packages' of https://github.com/rubund/yosys | Clifford Wolf | 2016-06-19 | 7 | -1/+52 |
|\ \ |
|
| * | | A few modifications after pull request comments | Ruben Undheim | 2016-06-18 | 3 | -5/+4 |
| * | | Added support for SystemVerilog packages with localparam definitions | Ruben Undheim | 2016-06-18 | 7 | -1/+53 |
* | | | Added "deminout" | Clifford Wolf | 2016-06-19 | 3 | -0/+118 |
* | | | Added "read_blif -sop" | Clifford Wolf | 2016-06-18 | 1 | -5/+10 |
* | | | Added $sop support to BLIF back-end | Clifford Wolf | 2016-06-18 | 1 | -2/+29 |
|/ / |
|
* | | Added "dc2" to default ABC scripts | Clifford Wolf | 2016-06-17 | 1 | -5/+5 |