trashernet/cocotb/Makefile
2022-04-18 09:13:15 +02:00

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