summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* New rem before END PROCESSLarry Doolittle2017-11-101-0/+32
| | | | With test case!
* Experiment with OTHERS logicLarry Doolittle2017-11-091-0/+17
| | | | | | Makes sign extension idiom work in my code base Test case added, doesn't break any others Please test on your code!
* Fixes in examples and translated examples to avoid some complains of iVerilogRodrigo Alejandro Melo2017-02-194-14/+14
| | | | | 'test' was repeated as entity/module name 'config' was used as port name and is a reserved word in Verilog.
* Promoted unsupported BASED NUMBER from warning to errorRodrigo Alejandro Melo2017-02-191-1/+1
| | | | | Because the resulting verilog had the unsupported notation BASE#NUMBER#. Moreover, the 'ERROR:' string was added when an error is informed.
* Added analysis of examples with GHDLRodrigo Alejandro Melo2017-02-1413-33/+37
| | | | | | | | Some examples were corrected according GHDL complains. Corresponding traslated_examples were modified. Use of synopsys libraries was removed. Translation of gh_fifo_async16_sr.vhd fails (complains about 'unsigned'). The problem was comented.
* Added scientific notation supports for integers and floatsRodrigo Alejandro Melo2017-02-091-0/+13
| | | | | Also support was added for real numbers especially thinking in generics. Files called scientific.vhd and scientific.v were added for test.
* vhd2vl-2.4Larry Doolittle2015-09-201-0/+3
|
* vhd2vl-2.3Larry Doolittle2015-09-201-0/+205
|
* vhd2vl-2.2Larry Doolittle2015-09-2011-0/+1314
OpenPOWER on IntegriCloud