trashernet/cocotb/Makefile

15 lines
297 B
Makefile
Raw Normal View History

2022-02-25 21:14:45 +01:00
# defaults
SIM ?= ghdl
TOPLEVEL_LANG ?= vhdl
BASE = $(PWD)/..
COMPILE_ARGS=--std=08
VHDL_SOURCES_trashernet += $(BASE)/trashernet/*.vhd
2022-02-25 21:40:13 +01:00
VHDL_SOURCES += $(BASE)/cocotb/*.vhd
2022-02-25 21:14:45 +01:00
2022-02-25 21:40:13 +01:00
TOPLEVEL = cocotb_trashernet_phy
2022-02-25 21:14:45 +01:00
MODULE = cocotb_trashernet_phy
include $(shell cocotb-config --makefiles)/Makefile.sim