diff options
| author | Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | 2017-02-12 21:37:55 -0300 |
|---|---|---|
| committer | Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | 2017-02-14 22:01:08 -0300 |
| commit | 40194fa7f34b2130afe4be5d02b41cd56be0f3a5 (patch) | |
| tree | 0620767a9848a038b20ed22aabc65deb53c826de /examples/Makefile | |
| parent | fd94b98a5c5f7ec819511445bdcf4bbe34338b7b (diff) | |
| download | vhdl2vl-40194fa7f34b2130afe4be5d02b41cd56be0f3a5.tar.gz vhdl2vl-40194fa7f34b2130afe4be5d02b41cd56be0f3a5.zip | |
Added analysis of examples with GHDL
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.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile new file mode 100644 index 0000000..529668b --- /dev/null +++ b/examples/Makefile @@ -0,0 +1,8 @@ +#!/usr/bin/make +# by RAM 2017 + +all: + ghdl -a *.vhd + +clean: + rm -fr *.o *.cf |

