Let the "verilog" test really be functional
This commit is contained in:
parent
aaeccbeee4
commit
a0325a86b5
@ -4,6 +4,7 @@ PREFIX = /usr/local
|
||||
DESTDIR =
|
||||
BINDIR = $(PREFIX)/bin
|
||||
SBINDIR = $(PREFIX)/sbin
|
||||
VERILOG = iverilog
|
||||
EXEEXT =
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
|
@ -1,4 +1,5 @@
|
||||
targets=top.vhdl,top.vvp,top.fpga
|
||||
verilog=iverilog
|
||||
|
||||
[top.fpga]
|
||||
type=object
|
||||
|
Loading…
Reference in New Issue
Block a user