aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed more code to dict<> and pool<>Clifford Wolf2014-12-281-2/+2
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-261-1/+1
|
* Added support for $readmemh/$readmembClifford Wolf2014-10-261-0/+1
|
* Fixed handling of invalid array access in mem2reg codeClifford Wolf2014-10-161-0/+1
|
* Added AstNode::asInt()Clifford Wolf2014-08-211-0/+1
|
* Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)Clifford Wolf2014-08-211-0/+4
|
* Added const folding of AST_CASE to AST simplifierClifford Wolf2014-08-181-0/+1
|
* Use stackmap<> in AST ProcessGeneratorClifford Wolf2014-08-171-2/+2
|
* Changed the AST genWidthRTLIL subst interface to use a std::mapClifford Wolf2014-08-141-2/+3
|
* Added AST_MULTIRANGE (arrays with more than 1 dimension)Clifford Wolf2014-08-061-0/+4
|
* Improved scope resolution of local regs in Verilog+AST frontendClifford Wolf2014-08-051-1/+1
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-0/+4
|
* Added support for "upto" wires to Verilog front- and back-endClifford Wolf2014-07-281-1/+1
|
* Added AstNode::MEM2REG_FL_CMPLX_LHSClifford Wolf2014-06-171-0/+1
|
* Added found_real feature to AstNode::detectSignWidthClifford Wolf2014-06-161-2/+2
|
* improved (fixed) conversion of real values to bit vectorsClifford Wolf2014-06-141-0/+1
|
* Implemented basic real arithmeticClifford Wolf2014-06-141-0/+4
|
* Added Verilog lexer and parser support for real valuesClifford Wolf2014-06-131-0/+2
|
* Add support for cell arraysClifford Wolf2014-06-071-0/+1
|
* 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
| | | | fixes)
* 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
|