| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add $live and $fair cell types, add support for s_eventually keyword | Clifford Wolf | 2017-02-25 | 1 | -2/+2 |
| * | Fix incorrect "incompatible re-declaration of wire" error in tasks/functions | Clifford Wolf | 2017-02-14 | 1 | -2/+9 |
| * | Add $cover cell type and SVA cover() support | Clifford Wolf | 2017-02-04 | 1 | -2/+2 |
| * | Fix bug in AstNode::mem2reg_as_needed_pass2() | Clifford Wolf | 2017-01-15 | 1 | -0/+2 |
| * | Fixed handling of local memories in functions | Clifford Wolf | 2017-01-05 | 1 | -2/+2 |
| * | Added handling of local memories and error for local decls in unnamed blocks | Clifford Wolf | 2017-01-04 | 1 | -1/+10 |
| * | Added Verilog $rtoi and $itor support | Clifford Wolf | 2017-01-03 | 1 | -24/+30 |
| * | Added support for hierarchical defparams | Clifford Wolf | 2016-11-15 | 1 | -11/+32 |
| * | Fixed anonymous genblock object names | Clifford Wolf | 2016-11-04 | 1 | -1/+1 |
| * | Some fixes in handling of signed arrays | Clifford Wolf | 2016-11-01 | 1 | -0/+6 |
| * | Added $anyseq cell type | Clifford Wolf | 2016-10-14 | 1 | -2/+2 |
| * | Added $past, $stable, $rose, $fell SVA functions | Clifford Wolf | 2016-09-19 | 1 | -2/+131 |
| * | Avoid creation of bogus initial blocks for assert/assume in always @* | Clifford Wolf | 2016-09-06 | 1 | -1/+11 |
| * | Removed $aconst cell type | Clifford Wolf | 2016-08-30 | 1 | -2/+2 |
| * | Removed $predict again | Clifford Wolf | 2016-08-28 | 1 | -2/+2 |
| * | Fixed bug with memories that do not have a down-to-zero data width | Clifford Wolf | 2016-08-22 | 1 | -2/+13 |
| * | Another bugfix in mem2reg code | Clifford Wolf | 2016-08-21 | 1 | -6/+28 |
| * | Fixed finish_addr handling in $readmemh/$readmemb | Clifford Wolf | 2016-08-20 | 1 | -3/+3 |
| * | Optimize memory address port width in wreduce and memory_collect, not verilog... | Clifford Wolf | 2016-08-19 | 1 | -0/+5 |
| * | Added $anyconst and $aconst | Clifford Wolf | 2016-07-27 | 1 | -0/+4 |
| * | 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 | 1 | -0/+24 |
| * | After reading the SV spec, using non-standard predict() instead of expect() | Clifford Wolf | 2016-07-21 | 1 | -2/+2 |
| * | Added basic support for $expect cells | Clifford Wolf | 2016-07-13 | 1 | -5/+7 |
| * | Fixed mem assignment in left-hand-side concatenation | Clifford Wolf | 2016-07-08 | 1 | -0/+44 |
| * | Fixed access-after-delete bug in mem2reg code | Clifford Wolf | 2016-05-27 | 1 | -6/+22 |
| * | Fixed handling of parameters and const functions in casex/casez pattern | Clifford Wolf | 2016-04-21 | 1 | -3/+15 |
| * | Do not set "nosync" on task outputs, fixes #134 | Clifford Wolf | 2016-03-24 | 1 | -1/+2 |
| * | Added support for $stop system task | Clifford Wolf | 2016-03-21 | 1 | -5/+5 |
| * | Added $display %m support, fixed mem leak in $display, fixes #128 | Clifford Wolf | 2016-03-19 | 1 | -20/+44 |
| * | Fixed localparam signdness, fixes #127 | Clifford Wolf | 2016-03-18 | 1 | -1/+1 |
| * | Set "nosync" attribute on internal task/function wires | Clifford Wolf | 2016-03-18 | 1 | -0/+1 |
| * | Fixed some visual studio warnings | Clifford Wolf | 2016-02-13 | 1 | -2/+2 |
| * | Fixed handling of re-declarations of wires in tasks and functions | Clifford Wolf | 2015-11-23 | 1 | -7/+26 |
| * | More bugfixes in handling of parameters in tasks and functions | Clifford Wolf | 2015-11-12 | 1 | -1/+11 |
| * | Fixed handling of parameters and localparams in functions | Clifford Wolf | 2015-11-11 | 1 | -3/+3 |
| * | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -12/+12 |
| * | Fixed complexity of assigning to vectors in constant functions | Clifford Wolf | 2015-10-01 | 1 | -0/+3 |
| * | Fixed detection of unconditional $readmem[hb] | Clifford Wolf | 2015-09-30 | 1 | -4/+11 |
| * | Bugfixes in $readmem[hb] | Clifford Wolf | 2015-09-25 | 1 | -4/+7 |
| * | Bugfix in handling of multi-dimensional memories | Clifford Wolf | 2015-09-23 | 1 | -2/+2 |
| * | Warning for $display/$write outside initial block | Clifford Wolf | 2015-09-23 | 1 | -7/+8 |
| * | Fixed multi-level prefix resolving | Clifford Wolf | 2015-09-22 | 1 | -0/+2 |
| * | Improvements to $display system task | Andrew Zonenberg | 2015-09-19 | 1 | -9/+22 |
| * | Added AST_INITIAL checks for $finish and $display | Clifford Wolf | 2015-09-18 | 1 | -2/+9 |
| * | Initial implementation of $display() | Andrew Zonenberg | 2015-09-18 | 1 | -1/+84 |
| * | Initial implementation of $finish() | Andrew Zonenberg | 2015-09-18 | 1 | -2/+8 |
| * | Fixed handling of memory read without address | Clifford Wolf | 2015-08-22 | 1 | -1/+1 |
| * | Keep gcc from complaining about uninitialized variables | Larry Doolittle | 2015-08-14 | 1 | -2/+2 |
| * | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -6/+6 |