aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast
Commit message (Expand)AuthorAgeFilesLines
* Improved support for constant functionsClifford Wolf2014-02-161-1/+50
* Correctly convert constants to RTLIL (fixed undef handling)Clifford Wolf2014-02-151-11/+1
* 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-143-0/+43
* Created basic support for function calls in parameter valuesClifford Wolf2014-02-144-49/+184
* Implemented read_verilog -deferClifford Wolf2014-02-132-58/+79
* 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 TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-031-0/+1
* Added constant size expression support of sized constantsClifford Wolf2014-02-014-0/+22
* Bugfix in name resolution with generate blocksClifford Wolf2014-01-301-1/+1
* Added read_verilog -icells optionClifford Wolf2014-01-293-5/+11
* Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-203-6/+13
* Added $assert cellClifford Wolf2014-01-192-0/+92
* Added Verilog parser support for assertsClifford Wolf2014-01-192-0/+2
* Fixed typo in frontends/ast/simplify.ccClifford Wolf2014-01-121-1/+1
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-0/+2
* Fixed a stupid access after delete bugClifford Wolf2013-12-291-1/+2
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-271-2/+2
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-274-12/+26
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-053-5/+25
* Added const folding support for $signed and $unsignedClifford Wolf2013-12-051-0/+7
* Added AstNode::mkconst_str APIClifford Wolf2013-12-052-0/+18
* 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-044-2/+91
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-043-7/+3
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-043-24/+37
* Added support for local regs in named blocksClifford Wolf2013-12-042-0/+25
* Fixed temp net name generation in rtlil process generator for abbreviated nam...Clifford Wolf2013-11-281-0/+2
* Added "src" attribute to processesClifford Wolf2013-11-281-0/+1
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-1/+5
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-242-4/+9
* Early wire/reg/parameter width calculation in ast/simplifyClifford Wolf2013-11-241-0/+5
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-243-51/+3
* Implemented correct handling of signed module parametersClifford Wolf2013-11-243-3/+7
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
* Fixed async proc detection in mem2regClifford Wolf2013-11-211-5/+9
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-213-87/+247
* 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
* Fixed two bugs in mem2reg functionality in AST frontendClifford Wolf2013-11-181-4/+8
* Added dumping of attributes in AST frontendClifford Wolf2013-11-181-0/+11
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-181-12/+16
* Fixed mem2reg for reg usage outside always blockClifford Wolf2013-11-181-1/+1
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-3/+6
* Call internal checker more oftenClifford Wolf2013-11-101-0/+1
* More undef-propagation related fixesClifford Wolf2013-11-081-0/+4