aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/verilog/parser.y
Commit message (Expand)AuthorAgeFilesLines
* Implemented part/bit select on memory readClifford Wolf2013-11-201-2/+12
* Added init= attribute for fpga-style reset valuesClifford Wolf2013-11-201-6/+19
* Fixed parsing of module arguments when one type is used for many argsClifford Wolf2013-11-191-3/+10
* Fixed parsing of "parameter integer"Clifford Wolf2013-11-131-2/+2
* Various fixes for correct parameter supportClifford Wolf2013-11-071-26/+52
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-241-2/+2
* Fixed handling of boolean attributes (kernel)Clifford Wolf2013-10-241-1/+1
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-041-9/+39
* More fixes for bugs found using xsthammerClifford Wolf2013-06-131-2/+12
* Added SAT generator and simple sat_solve commandClifford Wolf2013-06-071-0/+2
* Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-311-1/+1
* Tiny fixes to verilog parserClifford Wolf2013-03-231-1/+6
* Added support for verilog genblock[index].member syntaxClifford Wolf2013-02-261-10/+16
* Added support for "always @(*)"Clifford Wolf2013-01-161-0/+3
* initial importClifford Wolf2013-01-051-0/+1074