aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.h
Commit message (Expand)AuthorAgeFilesLines
...
* further improved const function supportClifford Wolf2014-06-071-1/+1
* improved const function supportClifford Wolf2014-06-061-0/+1
* added while and repeat support to verilog parserClifford Wolf2014-06-061-0/+1
* Added Verilog support for "`default_nettype none"Clifford Wolf2014-02-171-3/+3
* Added support for FOR loops in function calls in parametersClifford Wolf2014-02-141-0/+1
* Created basic support for function calls in parameter valuesClifford Wolf2014-02-141-1/+6
* Implemented read_verilog -deferClifford Wolf2014-02-131-1/+1
* Added constant size expression support of sized constantsClifford Wolf2014-02-011-0/+1
* Added read_verilog -icells optionClifford Wolf2014-01-291-3/+3
* Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-201-0/+3
* Added Verilog parser support for assertsClifford Wolf2014-01-191-0/+1
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-271-0/+2
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-051-1/+2
* Added AstNode::mkconst_str APIClifford Wolf2013-12-051-0/+1
* Various improvements in support for generate statementsClifford Wolf2013-12-041-0/+2
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-1/+1
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-0/+2
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-241-1/+1
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-4/+2
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-1/+1
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-211-1/+20
* Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-021-1/+5
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-241-0/+1
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-191-3/+3
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-0/+1
* Major redesign of expr width/sign detecion (verilog/ast frontend)Clifford Wolf2013-07-091-1/+5
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-041-0/+1
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-101-3/+3
* Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-311-1/+1
* Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-311-0/+1
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-281-3/+3
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-251-1/+1
* Added mem2reg option to verilog frontendClifford Wolf2013-03-241-4/+4
* Improved mem2reg handling in ast simplifierClifford Wolf2013-03-241-1/+1
* Added support for verilog genblock[index].member syntaxClifford Wolf2013-02-261-0/+1
* initial importClifford Wolf2013-01-051-0/+228