trashernet/cocotb/Makefile

15 lines
297 B
Makefile

# defaults
SIM ?= ghdl
TOPLEVEL_LANG ?= vhdl
BASE = $(PWD)/..
COMPILE_ARGS=--std=08
VHDL_SOURCES_trashernet += $(BASE)/trashernet/*.vhd
VHDL_SOURCES += $(BASE)/cocotb/*.vhd
TOPLEVEL = cocotb_trashernet_phy
MODULE = cocotb_trashernet_phy
include $(shell cocotb-config --makefiles)/Makefile.sim