aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Added support for blanks after -I and -D in read_verilogClifford Wolf2014-02-021-7/+20
* Fixed comment/eol parsing in ilang frontendClifford Wolf2014-02-012-22/+25
* Added constant size expression support of sized constantsClifford Wolf2014-02-015-0/+44
* Bugfix in name resolution with generate blocksClifford Wolf2014-01-301-1/+1
* Added read_verilog -icells optionClifford Wolf2014-01-294-6/+20
* Fixed handling of unsized constants in verilog frontendClifford Wolf2014-01-241-2/+2
* Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-203-6/+13
* Added $assert cellClifford Wolf2014-01-192-0/+92
* Added Verilog parser support for assertsClifford Wolf2014-01-194-3/+12
* Fixed parsing of verilog macros at end of lineClifford Wolf2014-01-181-1/+1
* Added verilog_defaults commandClifford Wolf2014-01-171-0/+66
* Fixed typo in frontends/ast/simplify.ccClifford Wolf2014-01-121-1/+1
* Added updating of RTLIL::autoidx to ilang frontendClifford Wolf2014-01-031-1/+23
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-0/+2
* Fixed a stupid access after delete bugClifford Wolf2013-12-291-1/+2
* Fixed parsing of non-arg macro calls followed by "("Clifford Wolf2013-12-271-1/+7
* Fixed parsing of macros with no arguments and expansion text starting with "("Clifford Wolf2013-12-271-1/+2
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-271-2/+2
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-276-15/+37
* Added elsif preproc supportClifford Wolf2013-12-181-1/+14
* Added support for macro argumentsClifford Wolf2013-12-181-23/+75
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-053-5/+25
* Added const folding support for $signed and $unsignedClifford Wolf2013-12-051-0/+7
* Added AstNode::mkconst_str APIClifford Wolf2013-12-053-12/+19
* Fixed generate-for (and disabled double warning for auto-wire)Clifford Wolf2013-12-041-1/+5
* Added support for $clog2 system functionClifford Wolf2013-12-041-4/+20
* Various improvements in support for generate statementsClifford Wolf2013-12-046-7/+134
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-044-8/+4
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-043-24/+37
* Added support for local regs in named blocksClifford Wolf2013-12-043-2/+30
* Fixed temp net name generation in rtlil process generator for abbreviated nam...Clifford Wolf2013-11-281-0/+2
* Added "src" attribute to processesClifford Wolf2013-11-281-0/+1
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-1/+5
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-243-5/+19
* Early wire/reg/parameter width calculation in ast/simplifyClifford Wolf2013-11-241-0/+5
* Added support for signed parameters in ilangClifford Wolf2013-11-242-1/+8
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-245-56/+4
* Implemented correct handling of signed module parametersClifford Wolf2013-11-243-3/+7
* Improved handling of initialized registersClifford Wolf2013-11-231-10/+10
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-222-2/+2
* Fixed O(n^2) performance bug in verilog preprocessorClifford Wolf2013-11-221-1/+1
* Enable {* .. *} feature per default (removes dependency to REJECT feature in ...Clifford Wolf2013-11-224-22/+2
* Fixed async proc detection in mem2regClifford Wolf2013-11-211-5/+9
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-215-88/+255
* Fixed ilang parser: memory widthClifford Wolf2013-11-201-1/+1
* Another name resolution bugfix for generate blocksClifford Wolf2013-11-201-4/+13
* Implemented indexed part selectsClifford Wolf2013-11-202-0/+14
* Do not allow memory bit select on the left side of an assignmentClifford Wolf2013-11-201-1/+1
* Added "synthesis" in (synopsys|synthesis) comment supportClifford Wolf2013-11-201-6/+6
* Fixed name resolution of local tasks and functions in generate blockClifford Wolf2013-11-201-2/+16