aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/verilog/const2ast.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of [a-fxz?] in decimal constantsClifford Wolf2015-08-111-2/+7
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* Fixed two minor bugs in constant parsingClifford Wolf2014-11-241-1/+5
* Added warning for use of 'z' constants in HDLClifford Wolf2014-11-141-1/+9
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-0/+4
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-2/+1
* Improved parsing of large integer constantsClifford Wolf2014-06-151-11/+28
* Fixed handling of unsized constants in verilog frontendClifford Wolf2014-01-241-2/+2
* Major redesign of expr width/sign detecion (verilog/ast frontend)Clifford Wolf2013-07-091-1/+1
* Added SAT generator and simple sat_solve commandClifford Wolf2013-06-071-3/+2
* initial importClifford Wolf2013-01-051-0/+197