aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/simplify.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fixed mem2reg for reg usage outside always blockClifford Wolf2013-11-181-1/+1
|
* 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-071-2/+2
|
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-071-1/+1
|
* Disabled const folding of ternary op when select is undefClifford Wolf2013-11-071-2/+14
|
* Fixed sign handling in constantsClifford Wolf2013-11-071-0/+1
|
* Fixed const folding in corner cases with parametersClifford Wolf2013-11-071-10/+20
|
* Fixed at_zero evaluation of dynamic rangesClifford Wolf2013-11-071-7/+2
|
* Various fixes for correct parameter supportClifford Wolf2013-11-071-0/+25
|
* 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-041-9/+112
|
* Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing ↵Clifford Wolf2013-11-021-2/+4
| | | | before constfold fixes)
* Various ast changes for early expression width detection (prep for constfold ↵Clifford Wolf2013-11-021-13/+38
| | | | fixes)
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-241-8/+8
|
* Added support for notif0/notif1 primitivesJohann Glaser2013-08-201-3/+7
|
* Added support for bufif0/bufif1 primitivesClifford Wolf2013-08-191-32/+58
|
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-191-1/+1
|
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-041-2/+18
|
* Fixes and improvements in AST const foldingClifford Wolf2013-06-101-0/+10
|
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-101-1/+1
|
* Merge branch 'bugfix'Clifford Wolf2013-05-161-2/+0
|\
| * Fixed synthesis of functions in latched blocksClifford Wolf2013-05-161-2/+0
| |
* | Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-311-1/+1
| |
* | Improvements and bugfixes for generate blocks with local signalsClifford Wolf2013-03-261-3/+1
| |
* | Fixed handling of unconditional generate blocksClifford Wolf2013-03-261-1/+18
|/
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-251-30/+10
|
* Added mem2reg option to verilog frontendClifford Wolf2013-03-241-4/+7
|
* Another fix in mem2reg ast simplify logicClifford Wolf2013-03-241-1/+3
|
* Improved mem2reg handling in ast simplifierClifford Wolf2013-03-241-4/+34
|
* Tiny fixes to verilog parserClifford Wolf2013-03-231-0/+3
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-271-1/+1
|
* Added support for verilog genblock[index].member syntaxClifford Wolf2013-02-261-1/+15
|
* initial importClifford Wolf2013-01-051-0/+1081