aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanups in handling of read_verilog -defer and -icellsClifford Wolf2014-02-201-6/+7
* Added Verilog support for "`default_nettype none"Clifford Wolf2014-02-171-2/+6
* 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/+1
* Implemented read_verilog -deferClifford Wolf2014-02-131-57/+78
* Added constant size expression support of sized constantsClifford Wolf2014-02-011-0/+1
* Added read_verilog -icells optionClifford Wolf2014-01-291-2/+6
* Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-201-0/+1
* Added Verilog parser support for assertsClifford Wolf2014-01-191-0/+1
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-271-0/+4
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-051-1/+13
* Added AstNode::mkconst_str APIClifford Wolf2013-12-051-0/+17
* Various improvements in support for generate statementsClifford Wolf2013-12-041-0/+10
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-2/+2
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-2/+24
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-241-3/+8
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-38/+0
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-2/+2
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
* Added dumping of attributes in AST frontendClifford Wolf2013-11-181-0/+11
* Call internal checker more oftenClifford Wolf2013-11-101-0/+1
* Various fixes for correct parameter supportClifford Wolf2013-11-071-2/+2
* Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-021-6/+26
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-241-1/+15
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-191-48/+20
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-0/+15
* Fixed AST_CONSTANT node generationClifford Wolf2013-07-071-1/+1
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-041-1/+2
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-101-3/+7
* Added log_assert() apiClifford Wolf2013-05-241-2/+1
* Fixed handling of positional module parametersClifford Wolf2013-04-261-6/+4
* Only use sha1 checksums for names of parametric modules when the verbose form...Clifford Wolf2013-04-261-9/+20
* Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-311-1/+15
* Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-311-0/+9
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-281-2/+18
* Added mem2reg option to verilog frontendClifford Wolf2013-03-241-2/+6
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-271-1/+1
* Added support for verilog genblock[index].member syntaxClifford Wolf2013-02-261-0/+1
* initial importClifford Wolf2013-01-051-0/+859