~ruther/vhdl-spi-2

ref: dc0e370ab44f26ba06f5e709c826cb73b3c15fd8 vhdl-spi-2/hdl_spi/tests/Makefile -rw-r--r-- 442 bytes
dc0e370a — Rutherther feat: implement initial hdl_spi 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Makefile

# defaults
SIM ?= questa
TOPLEVEL_LANG ?= vhdl

SRC = $(PWD)/../src

VHDL_SOURCES=$(SRC)/spi_pkg.vhd $(wildcard $(SRC)/*.vhd)

VCOM_ARGS = -2008

# TOPLEVEL is the name of the toplevel module in your Verilog or VHDL file
TOPLEVEL = spi_master

# MODULE is the basename of the Python test file
MODULE = test

# include cocotb's make rules to take care of the simulator setup
include $(shell cocotb-config --makefiles)/Makefile.sim
Do not follow this link