Support for different IO types in VHDL code.
[c4m-jtag.git] / test / vhdl / cocotb / controller / Makefile
index f4e9721126039754ad93396eb4cd0ad1aa45f690..836f3114fba4c5a28240fb9012606e27f863f579 100644 (file)
@@ -1,5 +1,5 @@
 CURDIR=$(realpath .)
-TOPDIR=$(realpath ../../..)
+TOPDIR=$(realpath ../../../..)
 
 ifeq ($(PYTHONPATH),)
   PYTHONPATH := $(TOPDIR)
@@ -16,8 +16,10 @@ VHDL_SOURCES = \
   $(VHDLDIR)/c4m_jtag_iocell.vhdl \
   $(VHDLDIR)/c4m_jtag_ioblock.vhdl \
   $(VHDLDIR)/c4m_jtag_idblock.vhdl \
-  $(VHDLDIR)/c4m_jtag_tap_controller.vhdl
-TOPLEVEL=c4m_jtag_tap_controller
+  $(VHDLDIR)/c4m_jtag_tap_controller.vhdl \
+  $(CURDIR)/controller.vhdl
+#VHDL_SOURCES end
+TOPLEVEL=controller
 TOPLEVEL_LANG=vhdl
 MODULE=test
 SIM=ghdl