Let the "verilog" test really be functional

This commit is contained in:
Pierre Pronchery 2017-11-18 05:08:21 +01:00
parent aaeccbeee4
commit a0325a86b5
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ PREFIX = /usr/local
DESTDIR =
BINDIR = $(PREFIX)/bin
SBINDIR = $(PREFIX)/sbin
VERILOG = iverilog
EXEEXT =
RM = rm -f
LN = ln -f

View File

@ -1,4 +1,5 @@
targets=top.vhdl,top.vvp,top.fpga
verilog=iverilog
[top.fpga]
type=object