summaryrefslogtreecommitdiff
path: root/frontends/ilang/parser.y
Commit message (Expand)AuthorAge
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-25
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-23
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-23
* SigSpec refactoring: change RTLIL::SigSpec::size() to be read-onlyClifford Wolf2014-07-22
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* Fixed ilang parsing of process attributesClifford Wolf2014-07-22
* Added "autoidx" statement to ilang file formatClifford Wolf2014-07-21
* Replaced depricated %name-prefix= bison directiveClifford Wolf2014-04-20
* renamed ilang "scope error" to "ilang error"Clifford Wolf2014-02-11
* Improved ilang parser error messagesClifford Wolf2014-02-09
* Fixed comment/eol parsing in ilang frontendClifford Wolf2014-02-01
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-04
* Added support for signed parameters in ilangClifford Wolf2013-11-24
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-24
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-21
* Fixed ilang parser: memory widthClifford Wolf2013-11-20
* Fixed memory leak in ilang frontendClifford Wolf2013-05-23
* initial importClifford Wolf2013-01-05