aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast
Commit message (Expand)AuthorAgeFilesLines
* Added support for local regs in named blocksClifford Wolf2013-12-042-0/+25
* 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-242-4/+9
* Early wire/reg/parameter width calculation in ast/simplifyClifford Wolf2013-11-241-0/+5
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-243-51/+3
* Implemented correct handling of signed module parametersClifford Wolf2013-11-243-3/+7
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
* Fixed async proc detection in mem2regClifford Wolf2013-11-211-5/+9
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-213-87/+247
* Another name resolution bugfix for generate blocksClifford Wolf2013-11-201-4/+13
* Do not allow memory bit select on the left side of an assignmentClifford Wolf2013-11-201-1/+1
* Fixed name resolution of local tasks and functions in generate blockClifford Wolf2013-11-201-2/+16
* Implemented part/bit select on memory readClifford Wolf2013-11-201-2/+51
* Fixed two bugs in mem2reg functionality in AST frontendClifford Wolf2013-11-181-4/+8
* Added dumping of attributes in AST frontendClifford Wolf2013-11-181-0/+11
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-181-12/+16
* Fixed mem2reg for reg usage outside always blockClifford Wolf2013-11-181-1/+1
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-3/+6
* Call internal checker more oftenClifford Wolf2013-11-101-0/+1
* More undef-propagation related fixesClifford Wolf2013-11-081-0/+4
* Fixed handling of different signedness in power operandsClifford Wolf2013-11-081-1/+1
* Implemented const folding of ternary op with undef selectClifford Wolf2013-11-081-0/+8
* Fixed handling of power operatorClifford Wolf2013-11-072-10/+22
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-072-3/+3
* Disabled const folding of ternary op when select is undefClifford Wolf2013-11-071-2/+14
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-4/+8
* Fixed sign handling in constantsClifford Wolf2013-11-071-0/+1
* Fixed const folding in corner cases with parametersClifford Wolf2013-11-072-14/+27
* Fixed width detection for replicate operatorClifford Wolf2013-11-071-0/+1
* Fixed at_zero evaluation of dynamic rangesClifford Wolf2013-11-071-7/+2
* Various fixes for correct parameter supportClifford Wolf2013-11-073-14/+49
* Fixed the fix for propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-071-5/+4
* Fixed propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-061-1/+4
* Additional fixes for undef propagation in concat and replicate opsClifford Wolf2013-11-061-0/+4
* Improved width extension with regard to undef propagationClifford Wolf2013-11-061-9/+60
* Another fix for early width and sign detection in ast simplifierClifford Wolf2013-11-041-2/+3
* Fixed const folding of ternary operatorClifford Wolf2013-11-041-4/+5
* Use proper bit width ans sign extension for const foldingClifford Wolf2013-11-041-17/+18
* Fixes for early width and sign detection in ast simplifierClifford Wolf2013-11-041-1/+2
* further improved early width and sign detection in ast simplifierClifford Wolf2013-11-042-11/+117
* Fixed detectSignWidthWorker (ast frontend) for AST_CONCATClifford Wolf2013-11-031-1/+1
* Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before...Clifford Wolf2013-11-022-2/+6
* Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-024-30/+139
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-244-12/+27
* Added support for notif0/notif1 primitivesJohann Glaser2013-08-201-3/+7
* Fixed width and sign detection for ** operatorClifford Wolf2013-08-191-3/+3
* Added support for bufif0/bufif1 primitivesClifford Wolf2013-08-191-32/+58
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-193-52/+24