aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-313-7/+31
* | Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-314-2/+14
* | Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-282-5/+21
* | Improvements and bugfixes for generate blocks with local signalsClifford Wolf2013-03-261-3/+1
* | Fixed handling of unconditional generate blocksClifford Wolf2013-03-262-1/+19
|/
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-253-34/+16
* Added mem2reg option to verilog frontendClifford Wolf2013-03-243-10/+17
* Another fix in mem2reg ast simplify logicClifford Wolf2013-03-241-1/+3
* Improved mem2reg handling in ast simplifierClifford Wolf2013-03-242-5/+35
* Tiny fixes to verilog parserClifford Wolf2013-03-231-0/+3
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-273-3/+3
* Added support for verilog genblock[index].member syntaxClifford Wolf2013-02-263-1/+17
* initial importClifford Wolf2013-01-055-0/+3227