aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/verilog/verilog_lexer.l
Commit message (Collapse)AuthorAgeFilesLines
* SystemVerilog also has assume(), added implicit -D FORMALClifford Wolf2015-10-131-1/+1
|
* Fixed support for $write system taskClifford Wolf2015-09-231-1/+1
|
* Another block of spelling fixesLarry Doolittle2015-08-141-2/+2
| | | | Smaller this time
* Adjust makefiles to work with out-of-tree buildsClifford Wolf2015-08-121-1/+1
| | | | This is based on work done by Larry Doolittle
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
|
* Ignore celldefine directive in verilog front-endClifford Wolf2015-03-251-0/+3
|
* Added non-std verilog assume() statementClifford Wolf2015-02-261-2/+3
|
* Fixed handling of "//" in filenames in verilog pre-processorClifford Wolf2015-02-141-0/+4
|
* Ignoring more system task and functionsClifford Wolf2015-01-151-1/+1
|
* Improved some warning messagesClifford Wolf2014-12-271-6/+18
|
* Fixed minor bug in parsing delaysClifford Wolf2014-11-241-1/+4
|
* Fixed two minor bugs in constant parsingClifford Wolf2014-11-241-2/+2
|
* Added log_warning() APIClifford Wolf2014-11-091-6/+6
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-231-5/+1
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* Updated lexers & parsers to include prefixesWilliam Speirs2014-10-151-0/+359