aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/simplify.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for constant bit- or part-select for memory writesClifford Wolf2014-07-171-9/+36
|
* changes in verilog frontend for new $mem/$memwr WR_EN interfaceClifford Wolf2014-07-161-4/+6
|
* Fixed processing of initial values for block-local variablesClifford Wolf2014-07-111-0/+5
|
* Fixed handling of mixed real/int ternary expressionsClifford Wolf2014-06-251-0/+16
|
* Added AstNode::MEM2REG_FL_CMPLX_LHSClifford Wolf2014-06-171-0/+22
|
* Improved handling of relational op of real valuesClifford Wolf2014-06-171-8/+9
|
* Improved ternary support for real valuesClifford Wolf2014-06-161-13/+24
|
* Use undef (x/z vs. NaN) rules for real values from IEEE Std 1800-2012Clifford Wolf2014-06-161-0/+9
|
* Improved AstNode::asReal for large integersClifford Wolf2014-06-151-1/+1
|
* improved (fixed) conversion of real values to bit vectorsClifford Wolf2014-06-141-7/+7
|
* Fixed relational operators for const real expressionsClifford Wolf2014-06-141-8/+8
|
* Added support for math functionsClifford Wolf2014-06-141-0/+70
|
* Added handling of real-valued parameters/localparamsClifford Wolf2014-06-141-13/+38
|
* Implemented more real arithmeticClifford Wolf2014-06-141-27/+70
|
* Implemented basic real arithmeticClifford Wolf2014-06-141-5/+17
|
* Add support for cell arraysClifford Wolf2014-06-071-0/+25
|
* Added support for repeat stmt in const functionsClifford Wolf2014-06-071-0/+19
|
* further improved const function supportClifford Wolf2014-06-071-11/+16
|
* improved const function supportClifford Wolf2014-06-061-4/+39
|
* fix functions with no block (but single statement, loop, etc.)Clifford Wolf2014-06-061-11/+4
|
* improved ast simplify of const functionsClifford Wolf2014-06-061-7/+28
|
* Fixed merging of compatible wire decls in AST frontendClifford Wolf2014-03-051-1/+4
|
* Bugfix in recursive AST simplificationClifford Wolf2014-03-051-10/+22
|
* Fixed bug in generation of undefs for $memwr MUXesClifford Wolf2014-02-221-4/+6
|
* Improved support for constant functionsClifford Wolf2014-02-161-1/+50
|
* Be more conservative with new const-function codeClifford Wolf2014-02-141-1/+5
|
* Added support for FOR loops in function calls in parametersClifford Wolf2014-02-141-0/+41
|
* Created basic support for function calls in parameter valuesClifford Wolf2014-02-141-41/+171
|
* Fixed gcc compiler warnings with release buildClifford Wolf2014-02-061-1/+1
|
* Fixed bug in sequential sat proofs and improved handling of assertsClifford Wolf2014-02-041-0/+2
|
* Added constant size expression support of sized constantsClifford Wolf2014-02-011-0/+12
|
* Bugfix in name resolution with generate blocksClifford Wolf2014-01-301-1/+1
|
* Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-201-6/+9
|
* Added $assert cellClifford Wolf2014-01-191-0/+60
|
* Fixed typo in frontends/ast/simplify.ccClifford Wolf2014-01-121-1/+1
|
* Fixed a stupid access after delete bugClifford Wolf2013-12-291-1/+2
|
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-271-6/+10
|
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-051-3/+10
|
* Added const folding support for $signed and $unsignedClifford Wolf2013-12-051-0/+7
|
* Fixed generate-for (and disabled double warning for auto-wire)Clifford Wolf2013-12-041-1/+5
|
* Added support for $clog2 system functionClifford Wolf2013-12-041-4/+20
|
* Various improvements in support for generate statementsClifford Wolf2013-12-041-2/+78
|
* Added support for local regs in named blocksClifford Wolf2013-12-041-0/+21
|
* Early wire/reg/parameter width calculation in ast/simplifyClifford Wolf2013-11-241-0/+5
|
* Fixed async proc detection in mem2regClifford Wolf2013-11-211-5/+9
|
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-211-82/+198
|
* Another name resolution bugfix for generate blocksClifford Wolf2013-11-201-4/+13
|
* Do not allow memory bit select on the left side of an assignmentClifford Wolf2013-11-201-1/+1
|
* Fixed name resolution of local tasks and functions in generate blockClifford Wolf2013-11-201-2/+16
|
* Implemented part/bit select on memory readClifford Wolf2013-11-201-2/+51
|