From 8e54f36d8dae68e42f68d0d31ebb7b90800d441d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sun, 4 Dec 2022 18:28:27 +0100 Subject: [PATCH] chore: update top entity to correct toplevel entity --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4b4408..e13470c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ VHDLEX := vhd # Top level entity # # # ##################################################### -export TOP_ENTITY := frame_alignment +export TOP_ENTITY := jesd204b_rx export TOP_ENTITY_VHDL := $(SRCDIR)/$(TOP_ENTITY).$(VHDLEX) TESTBENCH ?= $(TOP_ENTITY)_tb # default -- 2.48.1