summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Modified the Makefile to run GHDl and iVerilog always but only if installedRodrigo Alejandro Melo2017-11-171-14/+11
|
* Fixed rebuild of vhd2vl in the main MakefileRodrigo Alejandro Melo2017-11-171-7/+4
|
* Added the special file examples/todo.vhdRodrigo Alejandro Melo2017-11-161-2/+5
| | | | | | The idea is to put there things that don't work or that could be improved. Is ignored in the main Makefile when target 'translate' is used. The target 'todo' was added to the main Makefile.
* Rework some examples so resulting Verilog compilesLarry Doolittle2017-11-101-1/+1
|
* New make target: verilogcheckLarry Doolittle2017-11-101-0/+4
| | | | | | | Requires iverilog to operate. Scans resulting files in translated_examples directory. This patch includes some simple fixes to reduce the number of errors reported, but there are more that need further investigation.
* Makefile adjustmentsLarry Doolittle2017-11-091-3/+8
| | | | | Allow people without GHDL installed to make the diff target Make it clear when the diff target succeeds
* Added command line option --quietRodrigo Alejandro Melo2017-02-171-1/+1
| | | | | Used to avoid header on the generated verilog file. Is a problem for regression tests. Header was removed from translated_examples.
* New command line parsing using getoptRodrigo Alejandro Melo2017-02-161-2/+2
| | | | | * -d is now --debug * -g1995 and -g2001 are now --std 1995|2001
* Added analysis of examples with GHDLRodrigo Alejandro Melo2017-02-141-1/+3
| | | | | | | | 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-1/+4
| | | | | Also support was added for real numbers especially thinking in generics. Files called scientific.vhd and scientific.v were added for test.
* Space deleted in the <size>'<radix><number> notationRodrigo Alejandro Melo2017-02-091-0/+1
| | | | | | | It seems to be the more common approach and the VHDL notation BASE#NUMBER# is translated without spaces. On the other hand, the space gives an error with Yosys synthesizer. Files on translated_examples were modified.
* Added a Makefile for regression testingRodrigo Alejandro Melo2017-02-091-0/+17
OpenPOWER on IntegriCloud