diff options
| author | Rodrigo Alejandro Melo <rmelo@inti.gob.ar> | 2017-12-01 13:25:14 -0300 |
|---|---|---|
| committer | Rodrigo Alejandro Melo <rmelo@inti.gob.ar> | 2017-12-01 13:25:14 -0300 |
| commit | 5ac1f1eba35fec83789c635b7b145474a77a5fde (patch) | |
| tree | e1b20c07847f0615a5c6d8ad42dae60c419c6d5c /examples/Makefile | |
| parent | 85b71acd10a5855bef8ab7dc05c11e2902493422 (diff) | |
| download | vhdl2vl-5ac1f1eba35fec83789c635b7b145474a77a5fde.tar.gz vhdl2vl-5ac1f1eba35fec83789c635b7b145474a77a5fde.zip | |
Added unsupported things to todo.vhd
Applied a workaround in examples/Makefile to solve a dependency problem.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 1d1399d..2ef61d3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -6,6 +6,7 @@ all: ifneq ($(shell which ghdl),) @mkdir -p $(TEMP) @echo "##### Checking examples with GHDL ##############################" + ghdl -a --workdir=$(TEMP) signextend.vhd ghdl -a --workdir=$(TEMP) *.vhd endif |

