aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added support for "2**n" shifter encodingClifford Wolf2013-08-121-0/+4
* Added $div and $mod technology mappingClifford Wolf2013-08-091-1/+1
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-272-0/+16
* 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-092-34/+168
* Fixed another bug found using vloghammerClifford Wolf2013-07-071-1/+1
* Fixed AST_CONSTANT node generationClifford Wolf2013-07-071-1/+1
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-044-3/+22
* More fixes for bugs found using xsthammerClifford Wolf2013-06-131-4/+2
* Sign-extension related fixes in SatGen and AST frontendClifford Wolf2013-06-101-0/+2
* Fixes and improvements in AST const foldingClifford Wolf2013-06-102-1/+11
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-104-10/+20
* Added log_assert() apiClifford Wolf2013-05-241-2/+1
* Merge branch 'bugfix'Clifford Wolf2013-05-161-2/+0
|\
| * Fixed synthesis of functions in latched blocksClifford Wolf2013-05-161-2/+0
* | Fixed handling of positional module parametersClifford Wolf2013-04-261-6/+4
* | Only use sha1 checksums for names of parametric modules when the verbose form...Clifford Wolf2013-04-261-9/+20
* | Fixed a bug in AST frontend for cases with non-blocking assigned variables as...Clifford Wolf2013-04-131-4/+4