aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-2/+24
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-241-3/+8
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-38/+0
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-2/+2
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
* Added dumping of attributes in AST frontendClifford Wolf2013-11-181-0/+11
* Call internal checker more oftenClifford Wolf2013-11-101-0/+1
* Various fixes for correct parameter supportClifford Wolf2013-11-071-2/+2
* Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-021-6/+26
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-241-1/+15
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-191-48/+20
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-0/+15
* Fixed AST_CONSTANT node generationClifford Wolf2013-07-071-1/+1
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-041-1/+2
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-101-3/+7
* Added log_assert() apiClifford Wolf2013-05-241-2/+1
* 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
* Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-311-1/+15
* Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-311-0/+9
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-281-2/+18
* Added mem2reg option to verilog frontendClifford Wolf2013-03-241-2/+6
* 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-0/+1
* initial importClifford Wolf2013-01-051-0/+859