e7da7cd5d00507f10bd4bb50164845760bc38093
[c4m-jtag.git] / sim / cocotb / dual_parallel / Makefile
1 PWD=$(realpath .)
2 TOPDIR=$(realpath ../../..)
3 VHDLDIR=$(TOPDIR)/rtl/vhdl
4 VHDL_SOURCES = \
5 $(VHDLDIR)/c4m_jtag_pkg.vhdl \
6 $(VHDLDIR)/c4m_jtag_tap_fsm.vhdl \
7 $(VHDLDIR)/c4m_jtag_irblock.vhdl \
8 $(VHDLDIR)/c4m_jtag_iocell.vhdl \
9 $(VHDLDIR)/c4m_jtag_ioblock.vhdl \
10 $(VHDLDIR)/c4m_jtag_idblock.vhdl \
11 $(VHDLDIR)/c4m_jtag_tap_controller.vhdl \
12 $(PWD)/dual_parallel.vhdl
13 TOPLEVEL=dual_parallel
14 TOPLEVEL_LANG=vhdl
15 MODULE=test
16 SIM=ghdl
17 GPI_IMPL=vhpi
18 SIM_ARGS=--wave=test.ghw
19
20 COCOTBDIR=$(shell cocotb-path)
21
22 include $(COCOTBDIR)/makefiles/Makefile.inc
23 include $(COCOTBDIR)/makefiles/Makefile.sim