correct makefile error
This commit is contained in:
parent
ec65cf50cb
commit
3c2c09f0b9
@ -32,7 +32,7 @@ TOPLEVEL_LANG ?= verilog
|
|||||||
PWD=$(shell pwd)
|
PWD=$(shell pwd)
|
||||||
|
|
||||||
ifeq ($(TOPLEVEL_LANG),verilog)
|
ifeq ($(TOPLEVEL_LANG),verilog)
|
||||||
VERILOG_SOURCES = $(PWD)/../hdl/counter.sv
|
VERILOG_SOURCES = $(PWD)/../hdl/counter.v
|
||||||
else ifeq ($(TOPLEVEL_LANG),vhdl)
|
else ifeq ($(TOPLEVEL_LANG),vhdl)
|
||||||
VHDL_SOURCES = $(PWD)/../hdl/counter.vhdl
|
VHDL_SOURCES = $(PWD)/../hdl/counter.vhdl
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user