summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAge
* Fixed propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-06
* Additional fixes for undef propagation in concat and replicate opsClifford Wolf2013-11-06
* Improved width extension with regard to undef propagationClifford Wolf2013-11-06
* Another fix for early width and sign detection in ast simplifierClifford Wolf2013-11-04
* Fixed const folding of ternary operatorClifford Wolf2013-11-04
* Use proper bit width ans sign extension for const foldingClifford Wolf2013-11-04
* Fixes for early width and sign detection in ast simplifierClifford Wolf2013-11-04
* further improved early width and sign detection in ast simplifierClifford Wolf2013-11-04
* Fixed detectSignWidthWorker (ast frontend) for AST_CONCATClifford Wolf2013-11-03
* Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before...Clifford Wolf2013-11-02
* Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-02
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-24
* Fixed handling of boolean attributes (kernel)Clifford Wolf2013-10-24
* Fixed parsing of value-less attributes in ilangClifford Wolf2013-10-23
* fixed Verilog parser filename and line numbering issue with include filesJohann Glaser2013-08-21
* Added support for include directories with the new '-I' argument of theJohann Glaser2013-08-20
* Added support for notif0/notif1 primitivesJohann Glaser2013-08-20
* Fixed width and sign detection for ** operatorClifford Wolf2013-08-19
* Added support for bufif0/bufif1 primitivesClifford Wolf2013-08-19
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-19
* Added support for "2**n" shifter encodingClifford Wolf2013-08-12
* Added $div and $mod technology mappingClifford Wolf2013-08-09
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-27
* More fixes in ternary op sign handlingClifford Wolf2013-07-12
* Fixed sign handling in ternary operatorClifford Wolf2013-07-12
* Another vloghammer related bugfixClifford Wolf2013-07-11
* Fixed sign propagation in bit-wise operatorsClifford Wolf2013-07-09
* More fixes in ast expression sign/width handlingClifford Wolf2013-07-09
* Major redesign of expr width/sign detecion (verilog/ast frontend)Clifford Wolf2013-07-09
* Fixed another bug found using vloghammerClifford Wolf2013-07-07
* Fixed AST_CONSTANT node generationClifford Wolf2013-07-07
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-04
* More fixes for bugs found using xsthammerClifford Wolf2013-06-13
* Further improved and extended xsthammerClifford Wolf2013-06-11
* Sign-extension related fixes in SatGen and AST frontendClifford Wolf2013-06-10
* Fixes and improvements in AST const foldingClifford Wolf2013-06-10
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-10
* Added SAT generator and simple sat_solve commandClifford Wolf2013-06-07
* Added log_assert() apiClifford Wolf2013-05-24
* Fixed memory leak in ilang frontendClifford Wolf2013-05-23
* added option '-Dname[=definition]' to command 'read_verilog'Johann Glaser2013-05-19
* Merge branch 'bugfix'Clifford Wolf2013-05-16
|\
| * Fixed synthesis of functions in latched blocksClifford Wolf2013-05-16
* | Added support for verilog === operatorClifford Wolf2013-05-07
* | Fixed handling of positional module parametersClifford Wolf2013-04-26
* | Only use sha1 checksums for names of parametric modules when the verbose form...Clifford Wolf2013-04-26
* | Fixed a bug in AST frontend for cases with non-blocking assigned variables as...Clifford Wolf2013-04-13
* | Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-31
* | Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-31
* | Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-28