summaryrefslogtreecommitdiffstats
path: root/examples/genericmap.vhd
Commit message (Collapse)AuthorAgeFilesLines
* Added support for REMRodrigo Alejandro Melo2017-12-011-1/+1
| | | | | It works as MOD. MOD is bad implemented, but useful when the two operand has the same sign.
* Added support to entity instantiationsRodrigo Alejandro Melo2017-11-281-0/+7
|
* Align the prototypes for dsp in dsp and genericmapLarry Doolittle2017-11-201-2/+2
|
* Simple fix to genericmap exampleLarry Doolittle2017-11-181-2/+2
|
* Changes on genericmap due to unsupported port assignmentRodrigo Alejandro Melo2017-11-161-2/+2
| | | | This unsupported port assignament and one unsupported type of instantiation were added to todo.vhd.
* Examples were corrected according to GHDL complainsRodrigo Alejandro Melo2017-11-161-2/+2
|
* Rework some examples so resulting Verilog compilesLarry Doolittle2017-11-101-3/+22
|
* Fixes in examples and translated examples to avoid some complains of iVerilogRodrigo Alejandro Melo2017-02-191-4/+4
| | | | | 'test' was repeated as entity/module name 'config' was used as port name and is a reserved word in Verilog.
* Added analysis of examples with GHDLRodrigo Alejandro Melo2017-02-141-1/+1
| | | | | | | | 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.
* vhd2vl-2.2Larry Doolittle2015-09-201-0/+79
OpenPOWER on IntegriCloud