aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/genrtlil.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-041-0/+1
|
* 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-101-1/+1
|
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-101-3/+9
|
* Fixed a bug in AST frontend for cases with non-blocking assigned variables ↵Clifford Wolf2013-04-131-4/+4
| | | | as case values
* Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-311-5/+15
|
* Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-311-1/+3
|
* Fixed handling of unconditional generate blocksClifford Wolf2013-03-261-0/+1
|
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-251-3/+5
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-271-1/+1
|
* initial importClifford Wolf2013-01-051-0/+1054