aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/simplify.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of re-declarations of wires in tasks and functionsClifford Wolf2015-11-231-7/+26
* More bugfixes in handling of parameters in tasks and functionsClifford Wolf2015-11-121-1/+11
* Fixed handling of parameters and localparams in functionsClifford Wolf2015-11-111-3/+3
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-12/+12
* Fixed complexity of assigning to vectors in constant functionsClifford Wolf2015-10-011-0/+3
* Fixed detection of unconditional $readmem[hb]Clifford Wolf2015-09-301-4/+11
* Bugfixes in $readmem[hb]Clifford Wolf2015-09-251-4/+7
* Bugfix in handling of multi-dimensional memoriesClifford Wolf2015-09-231-2/+2
* Warning for $display/$write outside initial blockClifford Wolf2015-09-231-7/+8
* Fixed multi-level prefix resolvingClifford Wolf2015-09-221-0/+2
* Improvements to $display system taskAndrew Zonenberg2015-09-191-9/+22
* Added AST_INITIAL checks for $finish and $displayClifford Wolf2015-09-181-2/+9
* Initial implementation of $display()Andrew Zonenberg2015-09-181-1/+84
* Initial implementation of $finish()Andrew Zonenberg2015-09-181-2/+8
* Fixed handling of memory read without addressClifford Wolf2015-08-221-1/+1
* Keep gcc from complaining about uninitialized variablesLarry Doolittle2015-08-141-2/+2
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-6/+6
* Added WORDS parameter to $meminitClifford Wolf2015-07-311-5/+57
* Fixed nested mem2regClifford Wolf2015-07-291-3/+10
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Fixed handling of parameters with reversed rangeClifford Wolf2015-06-081-1/+1
* Fixed signedness of genvar expressionsClifford Wolf2015-05-291-2/+2
* Added non-std verilog assume() statementClifford Wolf2015-02-261-4/+3
* Added deep recursion warning to AST simplifyClifford Wolf2015-02-201-1/+7
* Parser support for complex delay expressionsClifford Wolf2015-02-201-1/+1
* Various fixes for memories with offsetsClifford Wolf2015-02-141-0/+1
* Added "read_verilog -nomeminit" and "nomeminit" attributeClifford Wolf2015-02-141-1/+5
* Creating $meminit cells in verilog front-endClifford Wolf2015-02-141-25/+44
* Added AstNode::simplify() recursion counterClifford Wolf2015-02-131-2/+10
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-0/+2
* Ignoring more system task and functionsClifford Wolf2015-01-151-1/+3
* Fixed handling of "input foo; reg [0:0] foo;"Clifford Wolf2015-01-151-0/+7
* Consolidate "Blocking assignment to memory.." msgs for the same lineClifford Wolf2015-01-151-3/+9
* dict/pool changes in astClifford Wolf2014-12-291-12/+12
* Fixed mem2reg warning messageClifford Wolf2014-12-271-3/+3
* Added log_warning() APIClifford Wolf2014-11-091-4/+4
* AST simplifier: optimize constant AST_CASE nodes before recursively descendingClifford Wolf2014-10-291-31/+35
* Improvements in $readmem[bh] implementationClifford Wolf2014-10-261-8/+13
* Added support for $readmemh/$readmembClifford Wolf2014-10-261-0/+112
* Fixed various VS warningsClifford Wolf2014-10-181-1/+1
* Wrapped math in int constructorWilliam Speirs2014-10-171-1/+1
* Fixed handling of invalid array access in mem2reg codeClifford Wolf2014-10-161-3/+14
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-10/+10
* Another $clog2 bugfixClifford Wolf2014-09-081-0/+2
* Fixed $clog2 (off by one error)Clifford Wolf2014-09-061-2/+2
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
* Fixed small memory leak in ast simplifyClifford Wolf2014-08-211-3/+3
* Added support for DPI function with different names in C and VerilogClifford Wolf2014-08-211-4/+4
* Fixed memory leak in DPI function callsClifford Wolf2014-08-211-0/+4
* Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)Clifford Wolf2014-08-211-2/+30