summaryrefslogtreecommitdiffstats
path: root/src/vhd2vl.l
Commit message (Collapse)AuthorAgeFilesLines
* Added support for REMRodrigo Alejandro Melo2017-12-011-0/+1
| | | | | It works as MOD. MOD is bad implemented, but useful when the two operand has the same sign.
* Fixed scientific notation when the sign of the exponent is usedRodrigo Alejandro Melo2017-12-011-2/+2
| | | | Removed the testcase of todo.vhd.
* Accept and ignore underscores in NATURALLarry Doolittle2017-11-281-2/+14
| | | | It would be even better to retain them in the output, but that's harder
* Added support to entity instantiationsRodrigo Alejandro Melo2017-11-281-0/+2
|
* Add noyywrap option, removes need for libflLarry Doolittle2017-11-271-0/+1
| | | | Simplifies build in general, and makes vhd2vl easier to build on macosx
* Supports for exponentiation at the lex layerRodrigo Alejandro Melo2017-11-221-0/+1
|
* Adding support for while loopLarry Doolittle2017-11-201-0/+1
| | | | | Supplied by jeinstei Labelling of the loop is still unsupported.
* Beginning support for assertionsLarry Doolittle2017-11-181-0/+7
| | | | Based on work by jeinstei
* Added (partial) support for to_integer functionRodrigo Alejandro Melo2017-11-161-0/+1
| | | | Added an example that fail to todo.vhd.
* Added scientific notation supports for integers and floatsRodrigo Alejandro Melo2017-02-091-0/+8
| | | | | Also support was added for real numbers especially thinking in generics. Files called scientific.vhd and scientific.v were added for test.
* vhd2vl-2.5Larry Doolittle2015-09-201-0/+2
|
* vhd2vl-2.4Larry Doolittle2015-09-201-14/+20
|
* vhd2vl-2.3Larry Doolittle2015-09-201-4/+6
|
* vhd2vl-2.2Larry Doolittle2015-09-201-0/+170
OpenPOWER on IntegriCloud