summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAge
* Improved support for constant functionsClifford Wolf2014-02-16
* Added ff and latch support to read_libertyClifford Wolf2014-02-15
* Bugfix in expression parser of read_libertyClifford Wolf2014-02-15
* Correctly convert constants to RTLIL (fixed undef handling)Clifford Wolf2014-02-15
* Added liberty frontendClifford Wolf2014-02-15
* Be more conservative with new const-function codeClifford Wolf2014-02-14
* Added support for FOR loops in function calls in parametersClifford Wolf2014-02-14
* Created basic support for function calls in parameter valuesClifford Wolf2014-02-14
* Implemented read_verilog -deferClifford Wolf2014-02-13
* Added support for functions returning integerClifford Wolf2014-02-12
* renamed ilang "scope error" to "ilang error"Clifford Wolf2014-02-11
* Improved ilang parser error messagesClifford Wolf2014-02-09
* Fixed gcc compiler warnings with release buildClifford Wolf2014-02-06
* Added read_verilog -setattrClifford Wolf2014-02-05
* Fixed bug in sequential sat proofs and improved handling of assertsClifford Wolf2014-02-04
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-03
* Added support for blanks after -I and -D in read_verilogClifford Wolf2014-02-02
* Fixed comment/eol parsing in ilang frontendClifford Wolf2014-02-01
* Added constant size expression support of sized constantsClifford Wolf2014-02-01
* Bugfix in name resolution with generate blocksClifford Wolf2014-01-30
* Added read_verilog -icells optionClifford Wolf2014-01-29
* Fixed handling of unsized constants in verilog frontendClifford Wolf2014-01-24
* Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-20
* Added $assert cellClifford Wolf2014-01-19
* Added Verilog parser support for assertsClifford Wolf2014-01-19
* Fixed parsing of verilog macros at end of lineClifford Wolf2014-01-18
* Added verilog_defaults commandClifford Wolf2014-01-17
* Fixed typo in frontends/ast/simplify.ccClifford Wolf2014-01-12
* Added updating of RTLIL::autoidx to ilang frontendClifford Wolf2014-01-03
* Added correct handling of $memwr priorityClifford Wolf2014-01-03
* Fixed a stupid access after delete bugClifford Wolf2013-12-29
* Fixed parsing of non-arg macro calls followed by "("Clifford Wolf2013-12-27
* Fixed parsing of macros with no arguments and expansion text starting with "("Clifford Wolf2013-12-27
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-27
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-27
* Added elsif preproc supportClifford Wolf2013-12-18
* Added support for macro argumentsClifford Wolf2013-12-18
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-05
* Added const folding support for $signed and $unsignedClifford Wolf2013-12-05
* Added AstNode::mkconst_str APIClifford Wolf2013-12-05
* Fixed generate-for (and disabled double warning for auto-wire)Clifford Wolf2013-12-04
* Added support for $clog2 system functionClifford Wolf2013-12-04
* 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 support for local regs in named blocksClifford Wolf2013-12-04
* Fixed temp net name generation in rtlil process generator for abbreviated nam...Clifford Wolf2013-11-28
* Added "src" attribute to processesClifford Wolf2013-11-28
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-24
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-24