summaryrefslogtreecommitdiff
path: root/frontends/ast/ast.cc
Commit message (Expand)AuthorAge
* Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-20
* Added Verilog parser support for assertsClifford Wolf2014-01-19
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-27
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-05
* Added AstNode::mkconst_str APIClifford Wolf2013-12-05
* Various improvements in support for generate statementsClifford Wolf2013-12-04
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-04
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-04
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-24
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-24
* Implemented correct handling of signed module parametersClifford Wolf2013-11-24
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-22
* Added dumping of attributes in AST frontendClifford Wolf2013-11-18
* Call internal checker more oftenClifford Wolf2013-11-10
* Various fixes for correct parameter supportClifford Wolf2013-11-07
* Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-02
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-24
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-19
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-27
* Fixed AST_CONSTANT node generationClifford Wolf2013-07-07
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-04
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-10
* Added log_assert() apiClifford Wolf2013-05-24
* Fixed handling of positional module parametersClifford Wolf2013-04-26
* Only use sha1 checksums for names of parametric modules when the verbose form...Clifford Wolf2013-04-26
* Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-31
* Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-31
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-28
* Added mem2reg option to verilog frontendClifford Wolf2013-03-24
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-27
* Added support for verilog genblock[index].member syntaxClifford Wolf2013-02-26
* initial importClifford Wolf2013-01-05