aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/genrtlil.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bit-extending in $mux argument (use $bu0 instead of $pos)Clifford Wolf2014-02-261-5/+5
|
* Don't blow up constants unneccessarily in Verilog frontendClifford Wolf2014-02-241-1/+1
|
* Added Verilog support for "`default_nettype none"Clifford Wolf2014-02-171-1/+4
|
* Correctly convert constants to RTLIL (fixed undef handling)Clifford Wolf2014-02-151-11/+1
|
* Created basic support for function calls in parameter valuesClifford Wolf2014-02-141-6/+6
|
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-031-0/+1
|
* Added constant size expression support of sized constantsClifford Wolf2014-02-011-0/+8
|
* Added read_verilog -icells optionClifford Wolf2014-01-291-0/+2
|
* Added $assert cellClifford Wolf2014-01-191-0/+32
|
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-0/+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-271-6/+10
|
* Various improvements in support for generate statementsClifford Wolf2013-12-041-0/+1
|
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-4/+0
|
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-22/+11
|
* Added support for local regs in named blocksClifford Wolf2013-12-041-0/+4
|
* Fixed temp net name generation in rtlil process generator for abbreviated ↵Clifford Wolf2013-11-281-0/+2
| | | | name matching
* Added "src" attribute to processesClifford Wolf2013-11-281-0/+1
|
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-1/+5
|
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-9/+1
|
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-0/+4
|
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-211-4/+29
|
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-181-12/+16
|
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-3/+6
|
* More undef-propagation related fixesClifford Wolf2013-11-081-0/+4
|
* Fixed handling of power operatorClifford Wolf2013-11-071-8/+20
|
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-071-2/+2
|
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-4/+8
|
* Fixed const folding in corner cases with parametersClifford Wolf2013-11-071-4/+7
|
* Fixed width detection for replicate operatorClifford Wolf2013-11-071-0/+1
|
* Various fixes for correct parameter supportClifford Wolf2013-11-071-12/+22
|
* 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
|
* further improved early width and sign detection in ast simplifierClifford Wolf2013-11-041-2/+5
|
* Fixed detectSignWidthWorker (ast frontend) for AST_CONCATClifford Wolf2013-11-031-1/+1
|
* Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing ↵Clifford Wolf2013-11-021-0/+2
| | | | before constfold fixes)
* Various ast changes for early expression width detection (prep for constfold ↵Clifford Wolf2013-11-021-10/+70
| | | | fixes)
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-241-3/+3
|
* Fixed width and sign detection for ** operatorClifford Wolf2013-08-191-3/+3
|
* Added support for "2**n" shifter encodingClifford Wolf2013-08-121-0/+4
|
* Added $div and $mod technology mappingClifford Wolf2013-08-091-1/+1
|
* More fixes in ternary op sign handlingClifford Wolf2013-07-121-0/+3
|
* Fixed sign handling in ternary operatorClifford Wolf2013-07-121-2/+2
|
* Another vloghammer related bugfixClifford Wolf2013-07-111-1/+1
|
* Fixed sign propagation in bit-wise operatorsClifford Wolf2013-07-091-0/+1
|
* More fixes in ast expression sign/width handlingClifford Wolf2013-07-091-9/+8
|
* Major redesign of expr width/sign detecion (verilog/ast frontend)Clifford Wolf2013-07-091-33/+163
|
* Fixed another bug found using vloghammerClifford Wolf2013-07-071-1/+1
|